On Wed, Oct 16, 2002 at 02:18:05PM +0200, f.kater_at_gmx.net wrote:
> Dominik Vogt:
>
> > > 2.
> > > I tried to configure the WindowList in a way that Ctrl-Tab not only
> > > raises the next window but also iconifies ALL other windows. That
> > > has the desired effect that only one window is visible from time to
> > > time. I tried this:
> > >
> > > DestroyFunc WindowListFunc
> > > AddToFunc WindowListFunc
> > > + I All Iconify On
> > > + I WindowId $0 Iconify Off
> > > + I WindowId $0 FlipFocus
> > > + I WindowId $0 Raise
> > >
> > > My problem lies in "+ I All Iconify On". This also affects my
> > > IconMan, XClock, Buttons which should NOT be iconified. (I have also
> > > excluded them from the WindowList but this doesn't change anything.)
> > > Is there a way to select all windows EXCEPT IconMan, XClock and
> > > Buttons? "All" is too much,"WindowId $0" is not enough...
> >
> > Add the CirculateSkip style to the windows you do not want to
> > affect:
> >
> > Style FvwmButtons CirculateSkip
> > Style xclock CirculateSkip
> > ...
>
> Thanks but this doesn't help. :-)
> If I use a WindowListFunc as shown above even with these Style commands
> ALL is affected. I beleve that "All" is not the right thing but
> "WindowId $0" isn't either... So, what else could I do to iconify all
> windows except xclock, iconman, buttons...?
I see. The "All" command disregards some of the condition flags.
I have committed a patch to the latest development code. With
that, you can say
Style blabla CirculateSkip
and then
All (!CirculateHit) iconify on
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, mail: dominik.vogt_at_schlund.de, phone: 0721/91374-382
Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe
--
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 Oct 16 2002 - 08:00:46 BST