aboutsummaryrefslogtreecommitdiff
path: root/config.dot/zathura/zathurarc.link
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/zathura/zathurarc.link')
-rw-r--r--config.dot/zathura/zathurarc.link23
1 files changed, 23 insertions, 0 deletions
diff --git a/config.dot/zathura/zathurarc.link b/config.dot/zathura/zathurarc.link
new file mode 100644
index 0000000..a5919df
--- /dev/null
+++ b/config.dot/zathura/zathurarc.link
@@ -0,0 +1,23 @@
+# zathurarc
+
+# colors
+#set statusbar-bg "#00FF00"
+#set statusbar-fg red
+
+# settings
+#set window-height 1024
+#set window-width 768
+#set adjust-open width
+
+# use sqlite as bookmarks database backend
+# somehow this avoids "warning: Failed to loads bookmarks" message
+set database sqlite
+
+# key bindings
+#map <PageUp> navigate previous
+#map <PageDown> navigate next
+#
+#map + zoom in
+#map - zoom out
+#
+#map <C-q> quit