I have a set of tags 'main', 'www', and 3:
-- {{{ Tags
tags = {
names = {"main", "www", 3},
for s = 1, screen.count() do
tags[s] = awful.tag(tags.names, s, tags.layout)
end
}
-- }}}
I want Firefox to open in tag "www". I've tried the following rule:
-- {{{ Rules
…