From 095d69ad8c80f43f6d2db73c09eceef7576a271c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Jun 2016 14:42:06 +0200 Subject: [PATCH] katarakt.ini: add --- katarakt.ini | 21 +++++++++++++++++++++ setup.sh | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 katarakt.ini diff --git a/katarakt.ini b/katarakt.ini new file mode 100644 index 0000000..324b08d --- /dev/null +++ b/katarakt.ini @@ -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 . + + +[Settings] +; Immediately quit when failing to open a file. +quit_on_init_fail = 1 diff --git a/setup.sh b/setup.sh index 0f84352..a93d357 100755 --- 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 -- 2.43.2