----- Changes:

+ Rework a lot of stuff
This commit is contained in:
ziro 2020-05-23 13:49:13 +07:00
parent 7d757116d2
commit 18f105cea0
9 changed files with 31 additions and 9 deletions

View file

@ -17,7 +17,8 @@ export READER='zathura'
export MANPAGER="/bin/sh -c \"col -b | vim --not-a-term -c 'set ft=man ts=8 nomod nolist noma' -\""
# SUDO
export SUDO_ASKPASS=/bin/rofi-askpass
#export SUDO_ASKPASS=/bin/rofi-askpass
export SUDO_ASKPASS="/bin/dmenu-askpass"
# XDG
export XDG_CACHE_HOME="$HOME/.cache"