On Tue, Apr 20, 1999 at 09:53:06PM -0400, jamstar_at_earthlink.net wrote:
> OK, I'm using Fvwm 2.2, and I like it.  I'm also using XFCE 2.4.0 as a toolbar 
> and I want to migrate to using FvwmWharf instead.  What I need is a way to 
> flip between desktops with a function key.  The appropriate snips of my 
> .fvwm2rc:
> 
> DeskTopSize 3x3
> 
> AddToFunc "InitFunction"
> +		"I" Desk 0 3
> +		"I" Module FvwmPager 0 3
> 
> AddToFunc "RestartFunction"
> +		"I" Desk 0 3
> +		"I" Module FvwmPager 0 3
> 
> I want to keep the 3x3 size and 4 desks.  The pager works fine with XFCE.  I 
> tried something like this to flip between desks:
> 
> 
> Key F1          RTSF    A       GotoPage 1 4
> Key F2          RTSF    A       GotoPage 1 3
> Key F3          RTSF    A       GotoPage 1 2
> Key F4          RTSF    A       GotoPage 1 1
> 
> This doesn't work, it just bounces me around on the screens on one desk.  I need to bounce to different desks.
> 
> OK, so what am I doing wrong here??
You're using the wrong command. You need to use the 'Desk' or 'GotoDesk'
command (GotoDesk is a synonym for Desk that is new in the current
development sources. Only Desk will work in 2.2, but I plan to phase
the desk command out in falour of GotoDesk some day).
Bye
Dominik ^_^
-- 
Dominik Vogt, Hewlett-Packard GmbH, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/14-4596, fax: 07031/14-3883, dominik_vogt_at_hp.com
--
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 Wed Apr 21 1999 - 04:47:39 BST