- height = 100, width = 100 } },
- { rule = { class = "Clementine" },
- properties = { tag = mediatag,
- switchtotag = true } },
- { rule = { class = "Dwb", type = "normal", instance = "dwb" },
- properties = { tag = wwwtag } },
+ width = 100, height = 100 } },
+ { rule = { class = "URxvt", instance = "mutt" },
+ properties = { tag = wwwtag,
+ function (c) awful.client.setslave(c) end } },
+ { rule = { class = "Dwb", type = "normal", instance = "dwb-default" },
+ properties = { tag = wwwtag,
+ function (c) awful.client.setmaster(c) end } },