JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add quirk POSIX Extended Regular Expression pattern matching.
authorReginald Kennedy <rk@rejii.com>
Tue, 29 Oct 2013 05:33:14 +0000 (13:33 +0800)
committerReginald Kennedy <rk@rejii.com>
Wed, 30 Oct 2013 00:12:44 +0000 (08:12 +0800)
commit2bf2ca8bf0ccb6580817dbff60adac273b8cbe5d
treebd2938a148ca14fb07100450ce7bec8c59a6dcc1
parentb983deb7b9fb49f77f8ad02b24fa4c0e976f30fa
Add quirk POSIX Extended Regular Expression pattern matching.
Note that square brackets [] and colons : in patterns must be
escaped with a backslash \ in addition to any other escaping.

Add 3rd (optional) _NET_WM_NAME/WM_NAME field to quirks.
Quirks can be specified as quirk[<class>], quirk[<class>:<instance>]
or quirk[<class>:<instance>:<name>].
The 'instance' and 'name' fields are optional and will 'match all' if
omitted or 'match empty' if left blank.

Cleanup window property terms; should be 'class', 'instance' and 'name'.
title_class_enabled and title_name_enabled are now aliases for
window_class_enabled and window_instance_enabled, respectively.

Fix uniconify of windows having neither _NET_WM_NAME nor WM_NAME.

Use const in conf_load functions.
spectrwm.1
spectrwm.c
spectrwm.conf