From: Simon Ruderich Date: Thu, 10 Jan 2019 09:26:20 +0000 (+0100) Subject: x11: katarakt: use "true" instead of 1 for boolean flag X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=80f7eb147d684def3b7a6435cba59372905ae17b x11: katarakt: use "true" instead of 1 for boolean flag --- diff --git a/x11/katarakt.ini b/x11/katarakt.ini index 170c11d..b014e4c 100644 --- a/x11/katarakt.ini +++ b/x11/katarakt.ini @@ -1,6 +1,6 @@ ; Katarakt (PDF viewer) configuration file. -; Copyright (C) 2016 Simon Ruderich +; Copyright (C) 2016-2019 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 @@ -18,7 +18,7 @@ [Settings] ; Immediately quit when failing to open a file. -quit_on_init_fail = 1 +quit_on_init_fail = true ; Use grid layout per default which zooms to page width. default_layout = grid