View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#7
Noticed your sig.. rotation already should work.

Code:
#!/bin/sh

touch ~/.rotation
if [ $(cat ~/.rotation) -eq 1 ] ; then
	xrandr -o normal
	echo 0 > ~/.rotation
else
	xrandr -o left
	echo 1 > ~/.rotation
fi
I have that inside my ~/bin/ and made a toolbar applet for it. Works fine. I didn't write that... think i got it from qole's original debian...who in turn got it from someone else - so not sure who to thank for it
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post: