Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
martin f. krafft [Tue, 26 May 2009 13:53:58 +0000 (15:53 +0200)]
Allow windowlist to match all queries
Added special windowlist keyword @QUERIES to match all query windows, so
that you can either promote queries to a different filter level by
window name, or altogether.
Signed-off-by: martin f. krafft <madduck@madduck.net> Cc: 530588@bugs.debian.org
martin f. krafft [Tue, 26 May 2009 10:38:55 +0000 (12:38 +0200)]
Add a way to use different chanact_filter for certain windows
I added a setting chanact_filter_windowlist, which is a space-separated
list of windows, for which to use (the new setting)
chanact_filter_windowlist_level instead of chanact_filter.
chanact_filter_windowlist defaults to ""
chanact_filter_windowlist_level defaults to (chanact_filter<4)?4:2
Signed-off-by: martin f. krafft <madduck@madduck.net>