linuxOS_AP05/debian/test/usr/share/doc/zathura/examples/zathurarc

23 lines
334 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
# zathurarc
# colors
set statusbar-bg "#00FF00"
set statusbar-fg red
# settings
set window-height 1024
set window-width 768
set adjust-open width
# use sqlite as bookmarks database backend
set database sqlite
# key bindings
map <PageUp> navigate previous
map <PageDown> navigate next
map + zoom in
map - zoom out
map <C-q> quit