[ADD] Zathura configuration files
This commit is contained in:
parent
b610120360
commit
83270a9bce
1
Makefile
1
Makefile
|
@ -20,6 +20,7 @@ VISUAL_PACKAGES := \
|
|||
termite \
|
||||
tridactyl \
|
||||
wallpapers \
|
||||
zathura \
|
||||
|
||||
CLI_DEPENDENCIES := \
|
||||
aur/bitwarden-cli \
|
||||
|
|
5
zathura/.config/zathura/zathurarc
Normal file
5
zathura/.config/zathura/zathurarc
Normal file
|
@ -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
|
Loading…
Reference in a new issue