Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/trunk/Bash/asus-touchpad.sh
0,0 → 1,9
#!/bin/bash
state=$(synclient -l | grep TouchpadOff | awk -F"= " '{print $2}')
if [ "$state" = "0" ]; then
kdialog --passivepopup "Wyłączam TouchPad" --title "Wciśnięty przycisk TouchPad"
synclient TouchpadOff=1
else
kdialog --passivepopup "Włączam TouchPad" --title "Wciśnięty przycisk TouchPad"
synclient TouchpadOff=0
fi
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property