Xorg keyboard setup and default KEYMAP in vconsole.
This commit is contained in:
parent
05a52f726a
commit
8ca14d590d
11
etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
11
etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# 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"
|
||||
Driver "evdev"
|
||||
Option "XkbLayout" "us,se"
|
||||
Option "XkbModel" "evdev"
|
||||
Option "XkbVariant" ""
|
||||
Option "XkbOptions" "grp:alt_shift_toggle"
|
||||
EndSection
|
||||
1
etc/vconsole.conf
Normal file
1
etc/vconsole.conf
Normal file
@ -0,0 +1 @@
|
||||
KEYMAP="us"
|
||||
Loading…
Reference in New Issue
Block a user