Skip to content

Commit f0dc430

Browse files
Add X11 bell disabling script for issue #118
1 parent e3652f1 commit f0dc430

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)