Re: FVWM: autohide for buttons?

From: Tim Phipps <tim_phipps_at_bigfoot.com>
Date: Wed, 23 Feb 2000 09:06:34 +0000

Danny Dulai wrote:

> >On Mon, Nov 08, 1999 at 01:51:24PM +0100, dominik.vogt_at_fvwm.org wrote:

> >> AddToFunc showhidebuttons
> >> + "I" next (FvwmButtons) move 0p +765p
> >> + "I" current (FvwmButtons) move +0 -0

> I use SloppyFocus for everything. I added the Style FvwmButtons MouseFocus
> line, and my functions works properly if i move from my fvwmbuttont to
> another window, but if i just move to the root window, the fvwmbuttons
> doesnt hide. the focus is lost, but for some reason, the move (to move it
> off the stree) is not being called. any ideas?

You probably have a "Style FvwmButtons CirculateSkip" in your fvwm2rc
whihc is causing the "Next (FvwmButtons)" to not do anything. Try this:

AddToFunc showhidebuttons
+ "I" next (FvwmButtons CirculateHit) move 0p +765p
+ "I" current (FvwmButtons) move +0 -0

Cheers,
Tim.
--
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 Wed Feb 23 2000 - 03:06:55 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:50 BST