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"