if utils.host == "shada" then imtag = tags[2][2] end
if utils.host == "chronos" then imtag = tags[1][3] end
+if utils.host == "shada" then socialtag = tags[2][4] end
+if utils.host == "chronos" then socialtag = tags[1][5] end
+
awful.rules.rules = {
-- All clients will match this rule.
{ rule = { },
{ rule = { class = "Dwb", type = "normal", instance = "dwb" },
properties = { tag = wwwtag } },
{ rule = { class = "Dwb", type = "normal", instance = "dwb-social" },
- properties = { tag = tags[2][4] } },
+ properties = { tag = socialtag } },
{ rule = { class = "Qupzilla" },
properties = { tag = wwwtag } },
{ rule = { class = "Qupzilla", name = "Detached ViewTube - QupZilla" },