More config changes in r2089
Extended matching
Over the time the complexity of tag properties steadily increased, it was time for a change. The new format combines regex and match properties and also adds the possibility to add more than one match to a tag.
Old configs are still useable, if there is a regex property found it will be used and a deprecation warning yielded.
Also it is now possible to set window types to tags, so subtle will treat this window as a window of specific type, e.g. as a desktop type window.
Here is a brief overview of the changes:
|
Old
|
New
|
And finally the type works like this:
1 tag "type" do
2 type :desktop
3 end
A complete list and updated docs can be found here.
Comments