On Sat, Apr 9, 2011 at 1:22 PM, chris M. sprite <[email protected]> wrote: > I want to specify client with tags , like when you start computer, then > automatic move urxvt -e mutt , this client contain mutt, so regexp is *mutt* , > Can I let rules do this ? > for example: > { rule = { name = "*mutt*" }, > properties = { tag = tags[1][2], > }},
Depends on what Lua's string matching function 'match' does. So you can look it up. Also, you can use urxvt's name flag to set a name for that client. For eg., I use the following for irssi, "urxvt -name irssi -e irssi". -- Anurag Priyam http://about.me/yeban/ -- To unsubscribe, send mail to [email protected].
