Linked by Thom Holwerda on Sun 23rd Dec 2007 17:53 UTC
Thread beginning with comment 293174
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Yeah, I was wondering about that one, but I didn't really understand what you meant. Now it's much more clear, and I've been looking through the settings. I don't think it's possible the way it would be with wmctrl, but it might be possible using other methods. Some allow you to ignore requested size so you can force another size from the start. The fullscreen thing itself I love, I have F11 as shortcut for fullscreen for every window - just in the windowmanager.






Member since:
2006-06-21
Well, can you tell it to detect when a window changes its size and hints and only then apply the fullscreen hint to it? It's a real life scenario. QEMU starts with a fixed size window that cannot be resized or made fullscreen, but later, after the OS in the VM has booted, you can do that. And if you want that to happen automatically, you can achieve it with some Bash scripting and wmctrl.
BTW, by "fullscreen" I mean a special WM window hint, which makes the window lose decorations, cover the entire screen and drop all the way to the bottom whenever it loses focus. Not fullscreen as in change the video mode and let the application replace the desktop.