Re: FVWM: IconBox an De-Iconify + Maximize
Viktor Griph <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <CAHFM5PTEm9e5VEtM-nKuSCJJ5kDujda=4vjfBLdUo6k0DrKvjg@mail.gmail.com> |
Hi, 2018-03-01 21:28 GMT+10:30 Michelle Konzack <[email protected]>: > I have setup a function > > ----[ ~/.fvwm/Functions.d/IconifyOffAndMaximize.conf ]------------------ > DestroyFunc IconifyOffAndMaximize > AddToFunc IconifyOffAndMaximize > + I Iconify Off > + I Maximize > ------------------------------------------------------------------------ > > Which alredy de-Iconify the Icon but Maximize has not the right effect, > because if the Window was maximized before it was iconified, it become > De-Maximized, which is not what I want. That's right. Just add the argument True to the Maximize command and you will be fine: + I Maximize True //Viktor