From b666bb94db134f7f745655f15351e7112ab2f73d Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Sun, 4 Jun 2023 15:26:24 +0200 Subject: [PATCH] improve the bip sound removal script --- tromjaro-fixes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tromjaro-fixes.sh b/tromjaro-fixes.sh index 1581eeb..cbb068e 100644 --- a/tromjaro-fixes.sh +++ b/tromjaro-fixes.sh @@ -14,4 +14,4 @@ export LESS_TERMCAP_us=$'\e[1;32m' export LESS_TERMCAP_ue=$'\e[0m' # Disable the beep sound -xset b off +[ -n "$DISPLAY" ] && xset b off