Think pekwm have been using it for ages, here is a part of my ~/.pekwm/autoproperties
Require {
Templates = "True"
}
TitleRules {
Property = "Navigator,Firefox" {
Rule = "/(.*)/Firefox/"
}
Property = "Google,Google" {
Rule = "/(.*)/Google Chrome/"
}
Property = "Chromium,Chromium" {
Rule = "/(.*)/Chromium/"
}
Property = "Opera,Opera" {
Rule = "/(.*)/Opera/"
}
Property = "^gvim,^Gvim" {
Rule = "/(.*)/Gvim/"
}
}