20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
|
Section "InputClass"
|
||
|
Identifier "keyboard"
|
||
|
Driver "libinput"
|
||
|
|
||
|
MatchIsKeyboard "on"
|
||
|
|
||
|
Option "XkbLayout" "us"
|
||
|
Option "XkbVariant" "altgr-intl"
|
||
|
Option "XkbOptions" "caps:ctrl_modifier"
|
||
|
EndSection
|
||
|
|
||
|
Section "InputClass"
|
||
|
Identifier "mouse"
|
||
|
Driver "libinput"
|
||
|
|
||
|
MatchIsPointer "yes"
|
||
|
|
||
|
Option "AccelProfile" "flat"
|
||
|
EndSection
|