Stop call to x.
This commit is contained in:
parent
0fc958759d
commit
db4ffd14fe
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue