9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
|
# 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" "hu,hu"
|
||
|
Option "XkbVariant" "dvorak,standard"
|
||
|
EndSection
|