testing #13

Merged
tio merged 19 commits from testing into main 2022-09-29 17:03:13 +00:00
Showing only changes of commit a729acbbef - Show all commits

View File

@ -1,3 +1,4 @@
# Sync the QT with GTK
export QT_QPA_PLATFORMTHEME="gtk2" export QT_QPA_PLATFORMTHEME="gtk2"
export QT_QUICK_CONTROLS_STYLE="gtk2" export QT_QUICK_CONTROLS_STYLE="gtk2"
@ -9,4 +10,7 @@ export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;44;33m' export LESS_TERMCAP_so=$'\e[01;44;33m'
export LESS_TERMCAP_se=$'\e[0m' export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;32m' export LESS_TERMCAP_us=$'\e[1;32m'
export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_ue=$'\e[0m'
# Disable the beep sound
xset b off