aboutsummaryrefslogtreecommitdiff
path: root/system/etc/X11/xorg.conf.d/90-custom-kbd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/etc/X11/xorg.conf.d/90-custom-kbd.conf')
-rw-r--r--system/etc/X11/xorg.conf.d/90-custom-kbd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/etc/X11/xorg.conf.d/90-custom-kbd.conf b/system/etc/X11/xorg.conf.d/90-custom-kbd.conf
new file mode 100644
index 0000000..72f1dba
--- /dev/null
+++ b/system/etc/X11/xorg.conf.d/90-custom-kbd.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "keyboard defaults"
+ MatchIsKeyboard "on"
+
+ Option "XKbOptions" "caps:escape"
+EndSection