At Mon, 3 Oct 2022 14:24:01 -0300 Luc <
[email protected]> wrote:
Can I maximize a window in Linux?
I am on Linux and wm state $::w zoomed doesn't work.
from man wm, under wm state:
"... or (Windows and Mac OS X only) zoomed"
There really is no way to maximize an application in Linux, is there?
proc zoom {w} {
set maxwidth [winfo screenwidth $w]
set maxheight [winfo screenheight $w]
wm geometry $w [format {=%dx%d+0+0} $maxwidth $maxheight]
update idle
}
TIA
--
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
[email protected] -- Webhosting Services
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)