Re: FVWM: FVWM wiki is getting proxy errors

2009-06-02 Thread Thomas Adam
[ Reinstated the Cc back to the fvwm list.  This wasn't an invitation
for private consultancy. ]

2009/6/2 Jeff Jibson :
> I can't seem to find how to set the number of desktops.  Somewhere it
> is defaulting to 3.  I couldn't find anything in the FAQ or the man
> pages for this.

See the DesktopName command if you truly mean desks.

> Also, how do you keep the desktop titles from displaying on the pager
> from the pager.

*SomeAlias: Font none

If you meant to keep the labels from the *windows* in the page, see:

*SomeAlias: SmallFont none

Typically "*SomeAlias" here will be "*FvwmPager" -- but depends how
many pages you might have running already, for instance.

Oh -- please don't top-post.

-- Thomas Adam



Re: FVWM: FVWM wiki is getting proxy errors

2009-06-02 Thread Jeff Jibson
On Tue, Jun 2, 2009 at 20:10, Thomas Adam wrote:
> [ Reinstated the Cc back to the fvwm list.  This wasn't an invitation
> for private consultancy. ]

Sorry,  Didn't notice you replied to me directly.

>
> 2009/6/2 Jeff Jibson :
>> I can't seem to find how to set the number of desktops.  Somewhere it
>> is defaulting to 3.  I couldn't find anything in the FAQ or the man
>> pages for this.
>
> See the DesktopName command if you truly mean desks.
>

This is what I have for that in my config:

DesktopSize 1x1
DesktopName 0 Main
DesktopName 1 Work
DesktopName 2 Games
DesktopName 3 Development
EwmhNumberOfDesktops 4


>> Also, how do you keep the desktop titles from displaying on the pager
>> from the pager.
>
> *SomeAlias: Font none
>
> If you meant to keep the labels from the *windows* in the page, see:
>
> *SomeAlias: SmallFont none
>
> Typically "*SomeAlias" here will be "*FvwmPager" -- but depends how
> many pages you might have running already, for instance.

Sorry, I wasn't very clear.  The pager looks like this

   Main  |   Work  |   Games

| |
| |

I'd like it to look like:

| |
| |


>
> Oh -- please don't top-post.
>
> -- Thomas Adam
>



Re: FVWM: FVWM wiki is getting proxy errors

2009-06-02 Thread Thomas Adam
2009/6/2 Jeff Jibson :
 This is what I have for that in my config:
>
> DesktopSize 1x1

OK, so one page per desk.

> DesktopName 0 Main
> DesktopName 1 Work
> DesktopName 2 Games
> DesktopName 3 Development

Four desks.

> Sorry, I wasn't very clear.  The pager looks like this
>
>   Main  |   Work  |   Games
> 
>            |             |
>            |             |
>
> I'd like it to look like:
>
>            |             |
>            |             |
>

Once again:

*SomeAlias:  Font none

Where "*SomeAlias" will most likely be "*FvwmPager".  Or you could write it as:

*FvwmPager: Font none

-- Thomas Adam



Re: FVWM: FVWM wiki is getting proxy errors

2009-06-02 Thread Jeff Jibson
On Tue, Jun 2, 2009 at 20:52, Thomas Adam wrote:
> 2009/6/2 Jeff Jibson :
>  This is what I have for that in my config:
>>
>> DesktopSize 1x1
>
> OK, so one page per desk.
>
>> DesktopName 0 Main
>> DesktopName 1 Work
>> DesktopName 2 Games
>> DesktopName 3 Development
>
> Four desks.
>

Ok, found the problem.  It wasn't the number of desktops, it was the
pager.  I had:

+ I Module FvwmPager 0 2

>> Sorry, I wasn't very clear.  The pager looks like this
>>
>>   Main  |   Work  |   Games
>> 
>>            |             |
>>            |             |
>>
>> I'd like it to look like:
>>
>>            |             |
>>            |             |
>>
>
> Once again:
>
> *SomeAlias:  Font none
>
> Where "*SomeAlias" will most likely be "*FvwmPager".  Or you could write it 
> as:
>
> *FvwmPager: Font none

That worked.

>
> -- Thomas Adam
>

Thanks for the help.  Good luck with your upgrade.