Set windows size at start

Hi @DaG,

Yes. If you do: Style * ... – that’s matching all windows. You won’t want that. Instead, you should limit the matched window to the name or class of the window you want:

Style SomeWindow MaxWinSize 50 50

Would set the maximum window size to the window whose name, class or resource matched SomeWindow.

I wouldn’t expect Style * UseSkipList to fix anything, other than what you were mentioning before about having certain windows appear in modules such as FvwmPager.

HTH,
Thomas