+ { rule = { class = "Clementine" },
+ properties = { tag = mediatag,
+ switchtotag = true } },
+ { rule = { class = "URxvt", instance = "mutt" },
+ properties = { tag = wwwtag,
+ function (c) awful.client.setslave(c) end } },
+ { rule = { class = "Dwb", type = "normal", instance = "dwb" },
+ properties = { tag = wwwtag,
+ function (c) awful.client.setmaster(c) end } },
+ { rule = { class = "Dwb", type = "normal", instance = "dwb-social" },
+ properties = { tag = socialtag } },
+ { rule = { class = "URxvt", instance = "ncmpcpp" },
+ properties = { tag = mediatag,
+ function (c) awful.client.setmaster(c) end } },
+ { rule = { class = "URxvt", instance = "weechat" },
+ properties = { tag = imtag,
+ function (c) awful.client.setmaster(c) end } },
+ { rule = { class = "Steam" },
+ properties = { tag = tags[1][9] } },