FVWM: Make items sticky between desktops

2006-02-18 Thread Peter Andersson
Hi!

First of all thanks for a great windowmanager!

I am looking for a way to letting some applications being visible on all
virtual desktops. What i mean is to load the FvwmPager at startup and let
it be visible on all desktops.
I have been looking through the documentation without finding this feature.
Does anyone know how to do this? If so please let me know.

Thanks

/Peter




Re: FVWM: Make items sticky between desktops

2006-02-18 Thread Thomas Adam
On Sat, Feb 18, 2006 at 09:09:09PM +0100, Peter Andersson wrote:
 I am looking for a way to letting some applications being visible on
 all virtual desktops. What i mean is to load the FvwmPager at startup
 and let it be visible on all desktops. I have been looking through the
 documentation without finding this feature. Does anyone know how to do
 this? If so please let me know.

style FvwmPager Sticky

See also:

StickyAcrossPages
StickyAcrossDesks
OnlyStickyAcrossPages
OnlyStickyAcrossDesks

-- Thomas Adam

--  
I've been too honest with myself, I should have lied like everybody else.



Re: FVWM: Make items sticky between desktops

2006-02-18 Thread Thomas Adam
On Sat, Feb 18, 2006 at 08:10:03PM +, Thomas Adam wrote:
 On Sat, Feb 18, 2006 at 09:09:09PM +0100, Peter Andersson wrote:
  I am looking for a way to letting some applications being visible
  on all virtual desktops. What i mean is to load the FvwmPager at
  startup and let it be visible on all desktops. I have been looking
  through the documentation without finding this feature. Does anyone
  know how to do this? If so please let me know.

 style FvwmPager Sticky

 See also:

 StickyAcrossPages 
 StickyAcrossDesks 

Errm.  Mad moment there:

# Everywhere -- make it sticky
Style FvwmPager Sticky

# Only across Pages?
Style FvwmPager StickyAcrossPages

# Only across Desks?
Style FvwmPager StickyAcrossDesks

# Is thomas_adam loosing his mind?
ThisWindow (thomas_adam) KillModule thomas_adam thomas_adam

-- Thomas Adam

--  
I've been too honest with myself, I should have lied like everybody else.



Re: FVWM: Make items sticky between desktops

2006-02-18 Thread seventh guardian
On 2/18/06, Peter Andersson [EMAIL PROTECTED] wrote:
 Hi!

 First of all thanks for a great windowmanager!

 I am looking for a way to letting some applications being visible on all
 virtual desktops. What i mean is to load the FvwmPager at startup and let
 it be visible on all desktops.
 I have been looking through the documentation without finding this feature.
 Does anyone know how to do this? If so please let me know.


I believe this is done by default with sticky. In respect tothe
pager, Module FvwmPager 0 2 will make the pager display (and be
displayed in) desktops 0 to 2. Read its man page for more details.

Hope it helps..
Cheers!
  Renato Caldas



Re: FVWM: Make items sticky between desktops

2006-02-18 Thread seventh guardian
On 2/18/06, seventh guardian [EMAIL PROTECTED] wrote:
 On 2/18/06, Peter Andersson [EMAIL PROTECTED] wrote:
  Hi!
 
  First of all thanks for a great windowmanager!
 
  I am looking for a way to letting some applications being visible on all
  virtual desktops. What i mean is to load the FvwmPager at startup and let
  it be visible on all desktops.
  I have been looking through the documentation without finding this feature.
  Does anyone know how to do this? If so please let me know.
 

 I believe this is done by default with sticky. In respect tothe
 pager, Module FvwmPager 0 2 will make the pager display (and be
 displayed in) desktops 0 to 2. Read its man page for more details.

OOPS My mad moment also.. You still have to make the pager sticky for
it to be displayed everywhere..

  Renato Caldas



Re: FVWM: Make items 'sticky' between desktops

2006-02-18 Thread Peter Andersson
Thanks guys!
That did the trick!

/Peter