- height = 100, width = 100 } },
- { rule = { class = "Clementine" },
- properties = { tag = tags[2][3],
- switchtotag = true } },
- -- Set Firefox to always map on tags number 2 of screen 1.
- -- { rule = { class = "Firefox" },
- -- properties = { tag = tags[1][2] } },
+ width = 100, height = 100 } },
+ { rule = { class = "URxvt"},
+ properties = { opacity = 0.8 } },
+ { 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 } },
+ { 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 = "mopidy" },
+ 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] } },