summaryrefslogtreecommitdiff
path: root/zathura
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-08 13:02:03 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-08 13:02:03 +0200
commite41164cc452089c01f6764458ceb0127ab40c928 (patch)
tree7b61822b723f14dc694fb8e54bce8706543dde3f /zathura
parent2c77874f1f6b23e947f040c187a4df65f147f462 (diff)
Overall better functionality + new scripts.
Changes to be committed: new file: vpn modified: X11/xinit modified: zsh/aliases modified: zsh/zshrc modified: zsh/env modified: color-picker modified: keybinds modified: nvpower modified: pmenu modified: Vencord/settings/settings.json modified: zathura/zathurarc modified: ranger/rifle.conf modified: ranger/rc.conf modified: btop/btop.conf
Diffstat (limited to 'zathura')
-rw-r--r--zathura/zathurarc9
1 files changed, 9 insertions, 0 deletions
diff --git a/zathura/zathurarc b/zathura/zathurarc
index 61a4ae0..e2a6acf 100644
--- a/zathura/zathurarc
+++ b/zathura/zathurarc
@@ -1,3 +1,12 @@
+# Invert colors for dark theme (remapped to Ctrl+i)
map <C-i> recolor
+# Clipboard
set selection-clipboard clipboard
+
+# Scroll and Zoom step size
+set scroll-step 80
+set zoom-step 20
+
+# Enable incremental search
+set incremental-search true