Skip to content

Commit 408d918

Browse files
Add Xorg bell disabling configuration for issue #118
1 parent f0dc430 commit 408d918

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+
# Disable keyboard bell in X11
2+
# Part of the Arch Linux without beeps project
3+
4+
Section "InputClass"
5+
Identifier "Keyboard Defaults"
6+
MatchIsKeyboard "yes"
7+
Option "BellTypeSoundOff" "1"
8+
EndSection

0 commit comments

Comments
 (0)