programs.zathura.enable
Whether to enable Zathura, a highly customizable and functional document viewer focused on keyboard interaction.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.zathura.package
The zathura package to use.
Type: package
Default:
pkgs.zathura
Declared by:
programs.zathura.extraConfig
Additional commands for zathura that will be added to the
zathurarc file.
Type: strings concatenated with ā\nā
Default:
""
Declared by:
programs.zathura.mappings
Add :map mappings to zathura and make
them permanent. See
zathurarc(5)
for the full list of possible mappings.
You can create a mode-specific mapping by specifying the mode before the key:
"[normal] <C-b>" = "scroll left";
Type: attribute set of string
Default:
{ }
Example:
{
"<Right>" = "navigate next";
D = "toggle_page_mode";
"[fullscreen] <C-i>" = "zoom in";
}
Declared by:
programs.zathura.options
Add :set command options to zathura and make
them permanent. See
zathurarc(5)
for the full list of options.
Type: attribute set of (string or boolean or signed integer or floating point number)
Default:
{ }
Example:
{
default-bg = "#000000";
default-fg = "#FFFFFF";
}
Declared by: