🎨 remove system beep
This commit is contained in:
parent
7524ac8a19
commit
d0c360f1a3
1 changed files with 5 additions and 0 deletions
|
|
@ -8,3 +8,8 @@ pacman -S --needed git base-devel
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
|
|
||||||
|
# kill the beep sound
|
||||||
|
# this command needs to be saved into .bashrc or
|
||||||
|
# some startup script
|
||||||
|
sudo rmmod pcspkr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue