Stop call to x.

This commit is contained in:
Cyteen May 2020-02-26 13:54:44 +00:00
parent 0fc958759d
commit db4ffd14fe
1 changed files with 3 additions and 2 deletions

View File

@ -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"