Results 4 comments of John Sun

This is why I sent the PR #39 to set a overwriting class to a client. it's not the most elegant way because you'll have to use a callback to...

example rule: ``` lua { rule = { class = "URxvt", name = "dev" }, callback = function(c) awful.client.property.set(c, "overwrite_class", "urxvt:dev") end } ``` tyrannical will then pick it up...

yes i'm using the master version. However I'm on linux so i had to modify it slightly to pass the arguments to my client, basically this is what it looks...

Looks like it's not a problem in the scope of this project, but I guess we can still use it as a dx9 client launcher in the mean time.