7 lines
189 B
Text
7 lines
189 B
Text
|
# This can stop dotool typing guff if you are using a non-us keyboard layout.
|
||
|
Section "InputClass"
|
||
|
Identifier "dotool keyboard"
|
||
|
MatchDriver "libinput"
|
||
|
Option "XkbLayout" "us"
|
||
|
EndSection
|