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