mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
Section "InputClass"
|
||
|
Identifier "libinput touchpad catchall"
|
||
|
MatchIsTouchpad "on"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
Driver "libinput"
|
||
|
Option "Tapping" "on"
|
||
|
EndSection
|