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 #echo "setterm -blength 0" > /etc/profile.d/disable-beep.sh
# X11 # X11
xset b off #xset b off
# .inputrc # .inputrc
bash -c "echo 'set bell-style visible' > /etc/inputrc" bash -c "echo 'set bell-style visible' > /etc/inputrc"
#all - /etc/modprobe.d/blacklist #all - /etc/modprobe.d/blacklist
modprobe -r pcspkr #modprobe -r pcspkr
bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf" bash -c "echo 'blacklist pcspkr' >> /etc/modprobe.d/nobeep.conf"