From 83270a9bceaa6ffe6642dee64ef1a1a9462a35a8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 5 Nov 2019 11:43:12 +0100 Subject: [PATCH] [ADD] Zathura configuration files --- Makefile | 1 + zathura/.config/zathura/zathurarc | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc diff --git a/Makefile b/Makefile index 51c00a4..4c28d40 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ VISUAL_PACKAGES := \ termite \ tridactyl \ wallpapers \ + zathura \ CLI_DEPENDENCIES := \ aur/bitwarden-cli \ diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..9d3d810 --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,5 @@ +# Show '~' instead of full path to '$HOME' in window title +set window-title-home-tilde true + +# Show '~' instead of full path to '$HOME' in status bar +set statusbar-home-tilde true