I use something like this in my rc.lua
{ rule = { class = "Iceweasel" , instance = "Download" },
properties = { floating = true, tag = tags[1][2]} },
{ rule = { class = "Iceweasel" , instance = "Extension" },
properties = { floating = true, tag = tags[1][2]} },
{ rule = { class = "Iceweasel" , instance = "Browser" },
properties = { floating = true, tag = tags[1][2]} },
{ rule = { class = "Iceweasel" , instance = "Toplevel" },
properties = { floating = true, tag = tags[1][2]} },
{ rule = { class = "Iceweasel" , instance = "Navigator" },
properties = { tag = tags[1][2] } },
and something like this for Chrom[e|ium]
{ rule = { class = "Chromium.*" , name = ".*Abrir.*" },
properties = { floating = true, callback = totag(2)}},
{ rule = { name = ".*Chrom.*" }, properties = { callback =
totag(2)}},
--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.