mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Migración de Github
This commit is contained in:
commit
5f80ad5e47
113 changed files with 6084 additions and 0 deletions
8
xorg.conf.d/40-libinput.conf
Normal file
8
xorg.conf.d/40-libinput.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Section "InputClass"
|
||||
Identifier "libinput touchpad catchall"
|
||||
MatchIsTouchpad "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "Tapping" "on"
|
||||
EndSection
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue