Thread: Syncterm
View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#2
Originally Posted by Addison View Post
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?
Code:
wmctrl -r syncterm -b add,fullscreen
If you throw that in a shell script, you may need a delay to let the window show up, like:
Code:
#!/bin/sh
/home/user/MyDocs/syncterm.nokia -iX &
sleep 2
wmctrl -r syncterm -b add,fullscreen
You might also be interested in an overlay keyboard; if you need xvkbd, I can get you a copy (don't remember whether I compiled it or where I got it from), and transset-df and friends are here.
 

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