From 36a274dbc066068ff25b839e21ce3b82ec292c88 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Mon, 23 Feb 2026 15:03:10 -0500 Subject: big updates --- zathura/dot-config/zathura/zathurarc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 zathura/dot-config/zathura/zathurarc (limited to 'zathura/dot-config') diff --git a/zathura/dot-config/zathura/zathurarc b/zathura/dot-config/zathura/zathurarc new file mode 100644 index 0000000..8322b0e --- /dev/null +++ b/zathura/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 -- cgit v1.2.3-71-gdd5e