aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-01 10:37:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-01 10:37:17 -0300
commitb1d6adfe1da25bc092c8a5b3151ff7dc7265b2ef (patch)
tree0ba3fc5c5ee2cdd72cf72f11fbc2dc1d16f8d1cb
downloadzathura-b1d6adfe1da25bc092c8a5b3151ff7dc7265b2ef.tar.gz
zathura-b1d6adfe1da25bc092c8a5b3151ff7dc7265b2ef.tar.bz2
Initial import
-rw-r--r--.gitignore5
-rw-r--r--README.md4
-rw-r--r--config.dot/zathura/zathurarc.link23
3 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3eed8fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# As we are handling with config files, it might be better to
+# use a paranoid config by default.
+#
+# Comment that while in development.
+*
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6a5d7de
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# zathura dotfile module
+
+This is the repository for zathura configuration.
+More information at https://git.fluxo.info/metadot
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