greg shebert wrote:
> 
> does anyone know where i can get a different pager module (besides
> fvwmpager)...
  can't help with that.
> i can't seem to configure the pager's desktop to be an arbitrary number
> of screens in a MxN configuration... it seems that the pager's desktops
> are only 4 screens in a 2x2 config...
  you can have as many desktops as you want (well, I guess there's some
limit) each having MxN screens.
  use:
how many desktops you want:
     *FvwmPagerRows rows
          Tells fvwm how many rows of desks to  use  when  laying
          out the pager window.
     *FvwmPagerColumns columns
          Tells fvwm how many columnss of desks to use when  lay-
          ing out the pager window.
how many screens each desktop has:
DeskTopSize 4x3
> also... there doesnt seem to be any way to change the key bindings to
> allow me to switch between the screens of the desktop
  try these:
# press arrow + control anywhere, and scroll by 1 page
Key Left	A	C	Scroll -100 0
Key Right	A	C	Scroll +100 +0
Key Up		A	C	Scroll +0   -100
Key Down	A	C	Scroll +0   +100
# press arrow + meta key, and scroll by 1/10 of a page
Key Left	A	CM	Scroll -20 +0
Key Right	A	CM	Scroll +20 +0
Key Up		A	CM	Scroll +0   -20
Key Down	A	CM	Scroll +0   +20
# erik: Alt-Fn to go to a specific page (like on the Linux console)
Key F1		A	M	GotoPage 0 0
Key F2		A	M	GotoPage 1 0
Key F3		A	M	GotoPage 2 0
Key F4		A	M	GotoPage 3 0
Key F5		A	M	GotoPage 0 1
Key F6		A	M	GotoPage 1 1
Key F7		A	M	GotoPage 2 1
Key F8		A	M	GotoPage 3 1
Key F9		A	M	GotoPage 0 2
Key F10		A	M	GotoPage 1 2
Key F11		A	M	GotoPage 2 2
Key F12		A	M	GotoPage 3 2
  see manual page for more.
        erik
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu May 18 2000 - 12:33:29 BST