switchtotag = true } },
{ rule = { class = "Qupzilla" },
properties = { tag = wwwtag } },
+ { rule = { class = "Qupzilla", name = "Detached ViewTube - QupZilla" },
+ properties = { floating = true } },
{ rule = { class = "Quassel" },
- properties = { tag = imtag } },
+ properties = { tag = imtag,
+ function (c) awful.client.setmaster(c) end } },
{ rule = { class = "Kopete" },
- properties = { tag = imtag } },
+ properties = { tag = imtag,
+ function (c) awful.client.setslave(c) end } },
}
-- }}}