Winlist separated by page?

Yes, it is. You can use the FvwmWindowList module to do this – I would post examples of it here, but in all honesty, the examples in the man page for it, are good enough.

– Thomas Adam.

This is what I use to get that look:

[code]AddToFunc windowlists

  • I WindowList (!sticky) UseListSkip NoGeometryWithInfo
    IconifiedAtEnd DeskSort TitleForAllDesks NoDeskNum
    NoCurrentDeskTitle
    [/code]
    Then use that function in place of WindowList -call

Question: How can I get the desks sorted so that currentdesk gets first in the list?