diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
commit | 82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch) | |
tree | d17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/zathura |
initial commit
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..5e7a57d --- /dev/null +++ b/.config/zathura/zathurarc | |||
@@ -0,0 +1,9 @@ | |||
1 | set sandbox normal | ||
2 | set statusbar-h-padding 0 | ||
3 | set statusbar-v-padding 0 | ||
4 | set page-padding 1 | ||
5 | set selection-clipboard clipboard | ||
6 | map u scroll half-up | ||
7 | map d scroll half-down | ||
8 | map c recolor | ||
9 | map g goto top | ||