diff options
Diffstat (limited to '.config/zathura/zathurarc')
| -rwxr-xr-x | .config/zathura/zathurarc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100755 index 0000000..39845d4 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,22 @@ +# zathurarc + +# colors +set statusbar-bg black +set statusbar-fg white + +# use sqlite as bookmarks database backend +set database sqlite +set adjust-open width + +# key bindings +map <PageUp> navigate previous +map <PageDown> navigate next +map b toggle_statusbar + +map + zoom in +map - zoom out + +map <C-q> quit + +# vademecum: +# set first-page-column 1 |
