]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
katarakt.ini: add
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:42:06 +0000 (14:42 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Jun 2016 12:42:06 +0000 (14:42 +0200)
katarakt.ini [new file with mode: 0644]
setup.sh

diff --git a/katarakt.ini b/katarakt.ini
new file mode 100644 (file)
index 0000000..324b08d
--- /dev/null
@@ -0,0 +1,21 @@
+; Katarakt (PDF viewer) configuration file.
+
+; Copyright (C) 2016  Simon Ruderich
+;
+; This file is free software: you can redistribute it and/or modify
+; it under the terms of the GNU General Public License as published by
+; the Free Software Foundation, either version 3 of the License, or
+; (at your option) any later version.
+;
+; This file is distributed in the hope that it will be useful,
+; but WITHOUT ANY WARRANTY; without even the implied warranty of
+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+; GNU General Public License for more details.
+;
+; You should have received a copy of the GNU General Public License
+; along with this file.  If not, see <http://www.gnu.org/licenses/>.
+
+
+[Settings]
+; Immediately quit when failing to open a file.
+quit_on_init_fail = 1
index 0f84352570592dc3cbaea1b64d12d4dc4ad5be0e..a93d357ec98934b346283c3558fd2385f7738517 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -84,6 +84,9 @@ if installed zathura; then
     mkdir -p ~/.config/zathura
     link zathurarc ~/.config/zathura/zathurarc
 fi
+if installed katarakt; then
+    link katarakt.ini ~/.config/katarakt.ini
+fi
 
 if installed feh; then
     mkdir -p ~/.config