Update configs for tommy.
This commit is contained in:
parent
41236f47c9
commit
0bf6b014e2
57 changed files with 206 additions and 279 deletions
9
etc/X11/xorg.conf.d/20-touchpad.conf
Normal file
9
etc/X11/xorg.conf.d/20-touchpad.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Section "InputClass"
|
||||
Identifier "Touchpad"
|
||||
MatchIsTouchpad "on"
|
||||
Driver "libinput"
|
||||
Option "Tapping" "on"
|
||||
Option "ClickMethod" "clickfinger"
|
||||
Option "AccelSpeed" "0.25"
|
||||
# Option "DisableWhileTyping" "bool"
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue