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