Thomas Adam <tho...@fvwm.org> [2016-03-21 18:41:29 +0000]: > > On 21 Mar 2016 17:06, "Glenn Golden" <g...@zplane.com> wrote: > > When WindowStyle is toggled from Title to !Title, the upper edge of the > > window remains where it is and the bottom edge shifts up to make up for > > the space lost by removing the title bar. Is there any style option (or > > other trick) that would allow this convention to be reversed, i.e. so that > > the window remains bottom-anchored rather than top-anchored when the Title > > is toggled? > > No, I'm afraid not. It's up to you to write a complex function which should > determine if the window needs repositioning after you've toggled the title. >
OK, seems to work. It's fast enough not to be visually disturbing too, so it's a nice clean solution, thanks.