View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1
Heya gentlemen!

Okay, so I'm trying to have a custom script that will launch Garnet VM from a personal launcher icon on my desktop.

So far, this is what I have.

/usr/bin/gvm/gvm -a lnch -z 1 -O none -L 0x0000,0x0000,0x0000 -f no & xkbd -geometry +65536+66016 -k /media/mmc2/Keyboards/Garnet.xkbd & xkbd -geometry +65536+65536 -k /media/mmc2/Keyboards/Rightleft.xkbd & xkbd -geometry +400+65536 -k /media/mmc2/Keyboards/Updown.xkbd


So two things.

I would like the screen to be rotated first before executing this. Is there such a command?

Second, I need to killall kill xkbd once Garnet closes and then rotate the screen back to normal.

Any chance I could get some help from one of you boys?

Thanks!