added "xset b off" to remove the beep sound

This commit is contained in:
Tio TROM 2022-09-28 17:47:28 +02:00
parent d909158646
commit a729acbbef
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Sync the QT with GTK
export QT_QPA_PLATFORMTHEME="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_se=$'\e[0m'
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