diff --git a/tromjaro-fixes.sh b/tromjaro-fixes.sh index 3dfa56f..f71b444 100644 --- a/tromjaro-fixes.sh +++ b/tromjaro-fixes.sh @@ -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' \ No newline at end of file +export LESS_TERMCAP_ue=$'\e[0m' + +# Disable the beep sound +xset b off \ No newline at end of file