diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/00-keyboard.conf | 9 | ||||
-rw-r--r-- | etc/05-keymap.conf | 5 | ||||
-rw-r--r-- | etc/vconsole.conf | 4 |
3 files changed, 11 insertions, 7 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 diff --git a/etc/05-keymap.conf b/etc/05-keymap.conf deleted file mode 100644 index 18b17b1..0000000 --- a/etc/05-keymap.conf +++ /dev/null @@ -1,5 +0,0 @@ -Section "InputClass" - Identifier "Keyboard Defaults" - MatchIsKeyboard "true" - Option "XkbLayout" "en" -EndSection diff --git a/etc/vconsole.conf b/etc/vconsole.conf index 9c179b7..ac40ccb 100644 --- a/etc/vconsole.conf +++ b/etc/vconsole.conf @@ -1,2 +1,2 @@ -KEYMAP="en" -FONT="ter-116b" +FONT=ter-116b +KEYMAP=en |