added "xset b off" to remove the beep sound
This commit is contained in:
parent
d909158646
commit
a729acbbef
|
@ -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
|
Loading…
Reference in New Issue
Block a user