aboutsummaryrefslogtreecommitdiffhomepage
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/09-custom-kbd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg/09-custom-kbd.conf b/xorg/09-custom-kbd.conf
new file mode 100644
index 0000000..f2123ff
--- /dev/null
+++ b/xorg/09-custom-kbd.conf
@@ -0,0 +1,6 @@
1Section "InputClass"
2 Identifier "keyboard defaults"
3 MatchIsKeyboard "on"
4
5 Option "XKbOptions" "ctrl:nocaps"
6EndSection