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:uwe.pross_at_gmx.net
( ) 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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Apr 14 2003 - 08:35:34 BST