mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Enable touchpad tapping
This commit is contained in:
parent
f28aaea22a
commit
8e16e3f162
7
root/etc/X11/xorg.conf.d/40-libinput.conf
Normal file
7
root/etc/X11/xorg.conf.d/40-libinput.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
Section "InputClass"
|
||||
Identifier "libinput touchpad catchall"
|
||||
MatchIsTouchpad "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "Tapping" "on"
|
||||
EndSection
|
Loading…
Reference in a new issue