Re: FVWM: Telling fvwm to not use the top left 124x1152 even for maximized windows
Thomas Glanzmann <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <[email protected]> |
Hello Thomas,
> > I would like to instruct fvwm not use the top left 124x1152 pixels.
> Use EWMHBaseStruts.
thanks a lot. I put that in my FullScreen function and it works like a
charm:
AddToFunc FullScreen
+ I EWMHBaseStruts 144 0 0 0
+ I ThisWindow Maximize
+ I ThisWindow (!Maximized) WarpToWindow -5p -5p
Happy new year and thanks a again for the hint and function.
Cheers,
Thomas