Dominik Vogt wrote:
On Tue, Mar 30, 2004 at 04:12:15PM +0200, Rafa? Bisingier wrote:
<cut>
I found in the manpage an example which now is not correct:
Mouse 0 4 A Maximize layer grow grow
I wanted to change it to the new syntax, but I found out that I don't
know how to get the same behavior... ;-)
Ah, I forgot to add the $[w.layer] variable which is needed in
this case. The new syntax is
Mouse 0 4 A Maximize growonlayers $[w.layer] -1 grow grow
But since you want to hit only higher layers, you need some
arithmetic with piperead:
Mouse 0 4 a Piperead \\
"echo maximize growonlayers $$(($[w.layer]+1)) -1 grow grow"
Thank you very much.
--
Greetings
Rafal Bisingier
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]