Even with posix regex implemented (#1017) you cannot do negative matching (for example "appname is not firefox"). To achieve negative matching in an easy way, I'd suggest to allow writing != instead of = for regex rules. In the future this could even be used for other things like matching msg_urgency != critical.
This would look as follows:
[bigger-icons]
appname != firefox # except for you, firefox
icons_size = 64
Even with posix regex implemented (#1017) you cannot do negative matching (for example "appname is not firefox"). To achieve negative matching in an easy way, I'd suggest to allow writing
!=instead of=for regex rules. In the future this could even be used for other things like matchingmsg_urgency != critical.This would look as follows: