summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc
index 20b5aee..c779d25 100755
--- a/xinit/.xinitrc
+++ b/xinit/.xinitrc
@@ -17,6 +17,9 @@ feh --bg-fill /home/urbain/Documents/wallpapers/pagoda.jpg
xset -dpms
xset s off
+# Disable bell
+xset -b
+
# SSH agent
eval $(ssh-agent)