6 lines
119 B
Bash
6 lines
119 B
Bash
|
if synclient -l | grep "TouchpadOff .*=.*0" ; then
|
||
|
synclient TouchpadOff=1 ;
|
||
|
else
|
||
|
synclient TouchpadOff=0 ;
|
||
|
fi
|