aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xorg_00-keyboard.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg_00-keyboard.conf b/xorg_00-keyboard.conf
new file mode 100644
index 0000000..4873adf
--- /dev/null
+++ b/xorg_00-keyboard.conf
@@ -0,0 +1,7 @@
+Section "InputClass"
+ Identifier "system-keyboard"
+ MatchIsKeyboard "on"
+ Option "Xkblayout" "gb,gb"
+ Option "XkbModel" "pc105"
+ Option "XkbOptions" "ctrl:nocaps"
+EndSection