diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:30:52 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:30:52 +0530 |
commit | 5c916d69d457101326803eb076a746060e3618cf (patch) | |
tree | d6fce3256eede1c1bf78fb6a1be75b9cc4b84cee /.config/zathura/zathurarc |
Moved from github
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..064e442 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,10 @@ +map u scroll half-up +map d scroll half-down +map D toggle_page_mode + +map > rotate rotate-cw +map < rotate rotate-ccw + +set selection-notification false +set selection-clipboard clipboard +set font 'monospace normal 14' |