On 2 April 2013 16:25, Willy Malvault (vlamy) <[email protected]> wrote:
> Maybe default matching is done on class and not on title in shifty? Maybe
> you can safely override shifty rules or configure them to match on title ?
> Can someone infirm/confirm that?

The only thing I can say is shifty does NOT match on class.
this window:
WM_CLASS(STRING) = "urxvt", "URxvt"
...
WM_NAME(STRING) = "[screen 0: irssi] myserver : 0*$ irssi"

is matched by:
shifty.config.apps = {
{ match = {"irssi"}, tag = "irc" }
}
shifty.config.tags = {
["irc"] = { position = 5, screen = 1, nopopup = true, spawn = "urxvt
-T irssi -e ssh me@myserver" }
}


Willy, if you remove your "emacs" match, do your window start(or
restart in case of awesome reload) on tag "Mail" ?

Camusensei

-- 
To unsubscribe, send mail to [email protected].

Reply via email to