We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3652f1 commit f0dc430Copy full SHA for f0dc430
airootfs/etc/X11/xinit/xinitrc.d/50-no-bell.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+# Disable X11 bell
3
+# This script runs when X11 sessions start
4
+# Part of the Arch Linux without beeps project
5
+
6
+if [ -x /usr/bin/xset ]; then
7
+ /usr/bin/xset -b
8
+fi
0 commit comments