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