On Sun, Feb 3, 2013 at 9:24 AM, Thomas Adam <tho...@fvwm.org> wrote:
>> *CrashyConfig: Balloons
>>
>> AddToFunc InitFunction
>> + I GotoDesk 0 1
>> + I Module FvwmPager 1 1
>> + I Module FvwmPager CrashyConfig 1 1
>> + I Exec exec xterm
>
> Does this fix it?
> +
> +       if (i < 0)
> +               return;
> +

That does fix it, thanks!

I also notice that for me at least the pager does not seem to behave
as documented in the man page, which says that if I omit both desk
numbers, the current desk is used instead. So I would think this means
that if I do

GotoDesk 0 1
Module FvwmPager

then I would get an FvwmPager showing Desk 1, but instead I get a
pager that says "Desk 1" in the title bar while actually showing me
"Desk 0" in the pager (which is labeled appropriately in the pager.)
Is that what's expected? Thanks. --Omari

Reply via email to