diff options
-rw-r--r-- | etc/00-keyboard.conf | 2 | ||||
-rw-r--r-- | etc/vconsole.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/00-keyboard.conf b/etc/00-keyboard.conf index 4b00d6d..d920257 100644 --- a/etc/00-keyboard.conf +++ b/etc/00-keyboard.conf @@ -3,7 +3,7 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" - Option "XkbLayout" "en" + Option "XkbLayout" "us" Option "XkbModel" "pc105" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection diff --git a/etc/vconsole.conf b/etc/vconsole.conf index ac40ccb..69fd075 100644 --- a/etc/vconsole.conf +++ b/etc/vconsole.conf @@ -1,2 +1,2 @@ FONT=ter-116b -KEYMAP=en +KEYMAP=us |