3
0
Fork 0
forked from mirrors/nixpkgs

xf86-input-multitouch seems to be abandoned, update it with the mtrack fork

svn path=/nixos/trunk/; revision=33283
This commit is contained in:
Shea Levy 2012-03-20 01:48:09 +00:00
parent 14dd95b692
commit 724b5abe42

View file

@ -26,9 +26,9 @@ with pkgs.lib;
''
# Automatically enable the multitouch driver
Section "InputClass"
MatchIsTouchpad "true"
Identifier "Multitouch Touchpad"
Driver "multitouch"
MatchIsTouchpad "on"
Identifier "Touchpads"
Driver "mtrack"
EndSection
'';