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