Quick question though: How can I get this to launch in full screen mode? I think it has something to do with wmctrl but is there a newbie link someone can provide to me on this?
wmctrl -r syncterm -b add,fullscreen
#!/bin/sh /home/user/MyDocs/syncterm.nokia -iX & sleep 2 wmctrl -r syncterm -b add,fullscreen