dotfiles/zathura/.config/zathura/zathurarc
Sanchayan Maity 09894c1660
Specify fonts generically
Since we have a proper fontconfig in place, let that be the source
of truth for the font to be used and just specify monospace as the
font to be used everywhere else.
2023-01-15 17:22:14 +05:30

12 lines
257 B
Plaintext

map r reload
map R rotate
map + zoom in
map - zoom out
set statusbar-h-padding 0
set statusbar-v-padding 0
set selection-clipboard clipboard
set font "monospace 18"
set adjust-open "best-fit"