Can anyone provide some tips on auto-starting a client in full screen mode in Linux?
If I use a web browser and click on full screen it works great - but I would like the full screen client to load with the window manager. I was thinking of making a bash script (or whatever) that I can have executed at window manager load time that will launch the client in fullscreen mode.
Thanks!