diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 20:16:27 +0100 |
commit | df4cc7dd374c8415da1be263de9fcd0524fbe033 (patch) | |
tree | 12225e6665f35747aa8712eed7f52fc64d4a6390 /.config/zathura/zathurarc | |
parent | 907cc42f845a18453b9bb5a8bb5fbf5bb556ca22 (diff) |
update templates
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..ff927ca --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,15 @@ +set scroll-page-aware "true" +set scroll-full-overlap 0.01 +set scroll-step 100 +set selection-clipboard clipboard + +# recolor (dark mode) +map <C-i> recolor +set recolor "true" + +set recolor-reverse-video "true" +set recolor-keephue "true" +set guioptions "" + +include ./colors + |