blob: f7b7e4db84cc1aa9777b86178d161e40ce1f0601 (
plain) (
tree)
|
|
{ ... }: {
programs.zathura = {
enable = true;
mappings = {
"f" = "toggle_fullscreen";
"[fullscreen] f" = "toggle_fullscreen";
};
options = {
"font" = "Sans";
"statusbar-basename" = true;
"selection-clipboard" = "clipboard";
};
};
}
|