aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-basics/dot-config/zathura')
-rw-r--r--wayland-basics/dot-config/zathura/zathurarc22
1 files changed, 22 insertions, 0 deletions
diff --git a/wayland-basics/dot-config/zathura/zathurarc b/wayland-basics/dot-config/zathura/zathurarc
new file mode 100644
index 0000000..8322b0e
--- /dev/null
+++ b/wayland-basics/dot-config/zathura/zathurarc
@@ -0,0 +1,22 @@
+set statusbar-h-padding 0
+set statusbar-v-padding 0
+set selection-clipboard clipboard
+set database sqlite
+set synctex true
+# set synctex-editor-command "nvim -v --not-a-term -T dumb -c \"VimtexInverseSearch %{line}:%{column} '%{input}'\""
+set font "monospace 9"
+
+map u scroll half-up
+map d scroll half-down
+map D toggle_page_mode
+map r reload
+map R rotate
+map K zoom in
+map J zoom out
+map i recolor
+map p print
+map g goto top
+
+set render-loading true
+
+# vim: ft=zathurarc