On 21 Apr 2004 09:48:48 +0200, Markus Schwarzenberg wrote:
> 
> for a long time I've been using a small patch to fvwm 2.4.8, (which now 
> is adopted to 2.4.18 and 2.5.10, too) and would like to ask if other people
> find it usefull too (so it could be included into the fvwm source one day):
> 
> Description:
> 
>   The patch adds the following syntax to Condition checks to selectively
>   select a match (or mismatch) of a name, icon name, resource name or class:
> 
>       %r==RESOURCE
>         %c==CLASS
>       %i==ICONNAME
>         %n==NAME
> 
>       %r!=RESOURCE
>         %c!=CLASS
>       %i!=ICONNAME
>         %n!=NAME

IMO the syntax should be more readable:

  ThisWindow (Class XTerm, !Resource RTerm, !Resource ATerm) Beep

and not:

  ThisWindow (%c==XTerm %r!=RTerm %r!=ATerm) Beep

Regards,
Mikhael.
--
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]

Reply via email to