summaryrefslogtreecommitdiff
path: root/base/00-keyboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/00-keyboard.conf')
-rw-r--r--base/00-keyboard.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/00-keyboard.conf b/base/00-keyboard.conf
new file mode 100644
index 0000000..04f72e6
--- /dev/null
+++ b/base/00-keyboard.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "system-keyboard"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "us"
+ Option "XkbOptions" "caps:swapescape"
+EndSection