Vertical six page pager

In 2005 I had one vertical six-page pager but I lost it. I am searching for a sample code.

defaultpager

Found the code for six pages.
DesktopSize "6x1"

How to make it vertical? This is horizontal.
*FvwmPager: Geometry 500x70-0+0

After trial and error, it was a simple solution. There is a bit of confusion between virtual pages and desktops. Don’t want the latter. For vertical six pages, switch the code “6x1” to “1x6” and the width and length.

DesktopSize "1x6"
*FvwmPager: Geometry 70x500-0+0

Module FvwmPager

With this, the plan is to make one “Workspace To Dock” similar to the Gnome extension. Including an application (icon) launcher on the right side.