You are not logged in.

#1 2010-09-15 14:53:12

noMaster
Member
Registered: 2009-07-05
Posts: 70

Enable touchpad when mouse pull out

ACTION=="remove", SUBSYSTEM=="input", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/USERNAME/.Xauthority", 
ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=0"

ACTION=="add", SUBSYSTEM=="input", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/USERNAME/.Xauthority",  
ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=1"

  Touchpad doesnt work when I pull out mouse. Somebody have this one problem?

Offline

Board footer

Powered by FluxBB