Hi there,

On 14 Apr 2003 at 13:20:53 +0000, Mikhael Goikhman wrote:

> > I know that there is FvwmTaskbar and FvwmButtons. But FvwmTaskbar doesn't 
> > support the pager and FvwmButtons doesn't support autohide.
> > 
> > Any ideas how to forge such a thing?
> 
> You should use FvwmButtons.
> 
> ...

You may also use the "EdgeCommand" in version 2.5.x to execute a
function or command if the mouse hits the edge of the screen:

EdgeThickness 1
EdgeCommand
EdgeCommand Right  Next ("FvwmButtons") Focus
EdgeCommand Bottom Next ("FvwmTaskBar") Focus

DestroyFunc AutoLowerFunction
AddToFunc AutoLowerFunction
+ I Current (!FvwmButtons) All (FvwmButtons) Lower
+ I Current (!FvwmTaskBar) All (FvwmTaskBar) Lower

DestroyFunc AutoRaiseFunction
AddToFunc AutoRaiseFunction
+ I Current (FvwmButtons) Raise
+ I Current (FvwmTaskBar) Raise

Style FvwmButtons ClickToFocus
Style FvwmTaskBar ClickToFocus

Module FvwmAuto 100 "Silent AutoRaiseFunction" "Silent AutoLowerFunction"

This has the advantage that the TaskBar nor the Buttons don't need to
be visible.

Regards, Uwe
-- 
  ,_,  Uwe Pross
 (O,O) mailto:[EMAIL PROTECTED]
 (   ) http://www.tu-chemnitz.de/~uwp
=-"-"-================================
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to