diff options
| author | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:20:25 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:20:25 +0200 |
| commit | fdd70dfd19a870dcdc49e6013f7576f49b902738 (patch) | |
| tree | 84e30d9c67f63c89bceb73f56e5ce01da9a1ad77 | |
| parent | 8a57df22637c0177f93ef1dd48652e6f6903e5eb (diff) | |
add zathura conf
| -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 |
