1
On Cinnamon, you can set a hotkey to force the active window into full screen mode; many programs have a full screen toggle built in. What I'm wondering is, what's the command that's being sent? How would you issue such a command in a terminal emulator to resize an application window so that it includes the space occupied by taskbars/panels?
3It's setting the _NET_WM_STATE_FULLSCREEN atom on the window. – Ignacio Vazquez-Abrams – 2017-11-05T20:22:51.943
2Have a look at
wmctrl
. – dirkt – 2017-11-06T08:19:34.453