mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 04:53:40 +00:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Option "XkbModel" "{model}"
|
|
Option "XkbLayout" "{layout}"
|
|
Option "XkbVariant" "{variant}"
|
|
Option "XkbOptions" "{options}"
|
|
EndSection
|