aboutsummaryrefslogtreecommitdiffstats
path: root/etc/00-keyboard.conf
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-06-05 20:09:41 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-06-05 20:09:41 +0200
commit8c1a56877304d05b288dc8d8700cd48b72a0c868 (patch)
treee1263747e08f9262a06281511d764e3f2f26d5aa /etc/00-keyboard.conf
parentc97acc1814a00f3a72cc1bec7816b1e5b0a34668 (diff)
downloadmkinitcpio-chkeymap-8c1a56877304d05b288dc8d8700cd48b72a0c868.tar.gz
mkinitcpio-chkeymap-8c1a56877304d05b288dc8d8700cd48b72a0c868.tar.zst
update to match systemd's localectl
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