This commit is contained in:
2022-01-18 22:22:03 +01:00
parent 8cc7d97ec1
commit 7c8c4f0d7f
127 changed files with 918 additions and 202 deletions

View File

@ -2,3 +2,13 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
xset b off
export SUDO_ASKPASS="$HOME/.local/bin/rofipass"
fix-tweaked-desktop-files &
# Show color output in less
export LESS=-R
export LESS_TERMCAP_mb=$'\e[1;31m'
export LESS_TERMCAP_md=$'\e[1;36m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;44;33m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;32m'
export LESS_TERMCAP_ue=$'\e[0m'