From b1d6adfe1da25bc092c8a5b3151ff7dc7265b2ef Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 1 Aug 2017 10:37:17 -0300 Subject: Initial import --- .gitignore | 5 +++++ README.md | 4 ++++ config.dot/zathura/zathurarc.link | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 config.dot/zathura/zathurarc.link 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 navigate previous +#map navigate next +# +#map + zoom in +#map - zoom out +# +#map quit -- cgit v1.2.3