Zathura

What this config does

Zathura uses a dark Catppuccin-like palette, clipboard selection, zero page padding, custom navigation keys, and the Poppler PDF backend.

Nix location

  • conf/shared.nix: installs zathura and zathura_pdf_poppler
  • conf/shared.nix: programs.zathura

Portable setup

Install Zathura and the PDF plugin.

Fedora:

sudo dnf install zathura zathura-pdf-poppler

Ubuntu/Debian:

sudo apt install zathura zathura-pdf-poppler

Create ~/.config/zathura/zathurarc and copy the settings you want from conf/shared.nix.

Mappings

KeyAction
uhalf page up
dhalf page down
Jfull page down
Kfull page up
Ttoggle page mode
rreload
Rrotate
Azoom in
Dzoom out
irecolor
pprint
btoggle status bar

Useful portable config

set selection-clipboard clipboard
set recolor false
set page-padding 0

map u scroll half-up
map d scroll half-down
map J scroll full-down
map K scroll full-up
map T toggle_page_mode
map r reload
map R rotate
map A zoom in
map D zoom out
map i recolor
map p print
map b toggle_statusbar

Check it

zathura --version
zathura sample.pdf