summaryrefslogtreecommitdiffstats
path: root/.config/zathura/zathurarc
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:29:11 +0100
commit0dfdabd3d7c2aaee37900103c37a96317f3ada07 (patch)
treefe27ea564b60cf6e75b7f2dc3dc8bb57d78a3884 /.config/zathura/zathurarc
parent2a610aeff4a33456c03f0c8db1469cdc95ba1e73 (diff)
downloaddotfiles-0dfdabd3d7c2aaee37900103c37a96317f3ada07.tar.zst
config
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r--.config/zathura/zathurarc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..0253b28
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,18 @@
+# zathura configuration
+
+map D toggle_page_mode
+map d scroll half-down
+map u scroll half-up
+map b scroll full-up
+map M mark_evaluate
+
+set guioptions ""
+set page-padding 10
+set window-title-basename true
+set window-title-page true
+set font "DejaVu Sans 14"
+
+# https://git.pwmt.org/pwmt/zathura/-/issues/151
+set sandbox none
+
+# vim: ft=config