From db4ffd14fe7a61633ff4d81bce187aeb892e9f54 Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Wed, 26 Feb 2020 13:54:44 +0000 Subject: [PATCH] Stop call to x. --- 001_system_bell.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/001_system_bell.sh b/001_system_bell.sh index 996f264..3e99b8a 100755 --- a/001_system_bell.sh +++ b/001_system_bell.sh @@ -12,11 +12,12 @@ #echo "setterm -blength 0" > /etc/profile.d/disable-beep.sh # X11 -xset b off +#xset b off # .inputrc bash -c "echo 'set bell-style visible' > /etc/inputrc" #all - /etc/modprobe.d/blacklist -modprobe -r pcspkr +#modprobe -r pcspkr + bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"