diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-02 12:58:16 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-02 12:58:16 +0200 |
commit | c4cb675d9b7265ab12afc9b21b974f253abf6b4b (patch) | |
tree | dcc68484b69706ccfedae60983118b67f61508a6 /.config/zathura | |
parent | 1fdcf60501d64015aaf4aa39abb64212588e2aa3 (diff) |
hide zathura status bar by default
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc##template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc##template b/.config/zathura/zathurarc##template index 5c6fb5b..932d1c7 100644 --- a/.config/zathura/zathurarc##template +++ b/.config/zathura/zathurarc##template @@ -14,6 +14,7 @@ set recolor "true" set recolor-reverse-video "true" set recolor-keephue "true" +set guioptions "" include ./colors |