xf86-input-multitouch seems to be abandoned, update it with the mtrack fork
svn path=/nixos/trunk/; revision=33283
This commit is contained in:
parent
14dd95b692
commit
724b5abe42
@ -26,9 +26,9 @@ with pkgs.lib;
|
|||||||
''
|
''
|
||||||
# Automatically enable the multitouch driver
|
# Automatically enable the multitouch driver
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
MatchIsTouchpad "true"
|
MatchIsTouchpad "on"
|
||||||
Identifier "Multitouch Touchpad"
|
Identifier "Touchpads"
|
||||||
Driver "multitouch"
|
Driver "mtrack"
|
||||||
EndSection
|
EndSection
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user