added touchpad config, removed urxvt config.

This commit is contained in:
Gabe Venberg 2024-10-09 15:09:23 +02:00
parent 0d5aea76ab
commit 54f50b92a3
2 changed files with 7 additions and 135 deletions

View file

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection