From d0c360f1a36ae81019b6f84a52420b3d4c5c6fb7 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sun, 27 Mar 2022 01:37:39 +0100 Subject: [PATCH] :art: remove system beep --- post-install-artix.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/post-install-artix.sh b/post-install-artix.sh index 3229cb6..84725c0 100644 --- a/post-install-artix.sh +++ b/post-install-artix.sh @@ -8,3 +8,8 @@ pacman -S --needed git base-devel git clone https://aur.archlinux.org/yay.git cd yay makepkg -si + +# kill the beep sound +# this command needs to be saved into .bashrc or +# some startup script +sudo rmmod pcspkr