On Tue, Jan 18, 2000 at 01:59:22PM +0000, neil.bird_at_rdel.co.uk wrote:
> Dominik Vogt wrote:
> > Actually you can rewrite your function like this:
> > 
> >   AddToFunc Down-Maximise
> >   + I Maximize $0 $1
> >   + I Move 0w -0
> > 
> > In theory this function should ask for a window to operate on once
> > and then use it for 'Maximize' and for 'Move', but apparently is
> > doesn't.  Seems to be a bug.
> 
>   Would be useful if it worked - but not in this case; I only want to do
> the move when Maximising, not minimising. The above would always move the
> window to the bottom, nomatter the toggle state.
How about
  AddToFunc Down-Maximise
  + I Maximize $0 $1
  + I Current (!Maximized) Move 0w -0
Bye
Dominik ^_^
-- 
Dominik Vogt, Agilent Technologies, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/464-4596, fax: 07031/464-3883, dominik_vogt_at_agilent.com
--
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 Tue Jan 18 2000 - 08:12:43 GMT