From 8c1a56877304d05b288dc8d8700cd48b72a0c868 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Jun 2014 20:09:41 +0200 Subject: update to match systemd's localectl --- etc/00-keyboard.conf | 9 +++++++++ etc/05-keymap.conf | 5 ----- etc/vconsole.conf | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 etc/00-keyboard.conf delete mode 100644 etc/05-keymap.conf (limited to 'etc') 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 -- cgit v1.2.3-54-g00ecf