aboutsummaryrefslogtreecommitdiffstats
path: root/etc/00-keyboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/00-keyboard.conf')
-rw-r--r--etc/00-keyboard.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/00-keyboard.conf b/etc/00-keyboard.conf
new file mode 100644
index 0000000..4b00d6d
--- /dev/null
+++ b/etc/00-keyboard.conf
@@ -0,0 +1,9 @@
+# Read and parsed by systemd-localed. It's probably wise not to edit this file
+# manually too freely.
+Section "InputClass"
+ Identifier "system-keyboard"
+ MatchIsKeyboard "on"
+ Option "XkbLayout" "en"
+ Option "XkbModel" "pc105"
+ Option "XkbOptions" "terminate:ctrl_alt_bksp"
+EndSection