Dominik Vogt <dominik.v...@gmx.de> writes: > On Tue, Feb 27, 2018 at 02:33:19PM +0100, Dominik Vogt wrote: >> If the debug output looks good, Firefox has probably moved its own >> window to a different page. There is a number of styles to >> prevent applications moving their own windows. Try >> >> Style ... fixedpposition >> >> first. > > P.S.: I have this in my config: > > Style Firefox* StartsOnPage 0 1, SkipMapping, MaxWindowSize 99 97 > Style Firefox* fixedpposition > Style Firefox* NoTransientPPosition, NoFuncHint > > (But I've not been using Firefox for ages.)
I have been using Firefox for ages (and placing it on a different page). This is what I use: DestroyFunc PageR AddToFunc PageR I Style "$0" StartsOnPage $1 $2 $3, SkipMapping, RandomPlacement # desk/x/y PageR Mozilla* 0 0 1 The "Mozilla*" matches the "Name" resource for Firefox. I'm not sure why I used that pattern instead of "Firefox" but it's been working for me for a long time. -- Dan Espen