]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zathurarc
zathurarc: Add, basic configuration file.
[config/dotfiles.git] / zathurarc
1 # zathura (pdf viewer) configuration file.
2
3
4 # SETTINGS
5
6 # Save position and zoom level of opened files.
7 set save_position true
8 set save_zoom_level true
9
10 # Don't display status and inputbar for maximum space efficiency.
11 set show_statusbar false
12 set show_inputbar false
13
14
15 # MAPPINGS
16
17 # Quit zathura.
18 map q quit
19
20 # Zoom in and out.
21 map + zoom in
22 map - zoom out
23
24 # Reload current PDF (in case autoreload doesn't work).
25 map r reload