On Thu, Jun 21, 2001 at 08:12:04PM -0400, Dan Espen wrote:
> brendan strejcek <brendan_at_cs.uchicago.edu> writes:
> > ... which minimizes all nonminimized windows?
Just a remark on the syntax:
> In the 2.3.x betas:
>
> All [!iconic] iconify
The same can be achieved with
All iconify on
without fiddling with contitions. For clarity of the man page
contitions should be placed in parentheses, but the old syntax
with square brackets is still supported:
All (!iconic) iconify on
The second version saves a few CPU cycles. Although it seems
superfluous, adding the 'on' to the Iconify command makes it a
little more fault tolerant. Iconifying windows is an asynchronous
operation between X server and fvwm and in very rare situations
both disagree about the state of the window for a split second.
So a window that was just iconified might be deiconified with a
plain "Iconify" (which is a toggle) but not with "Iconify on".
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 Fri Jun 22 2001 - 02:38:38 BST