- x = 1920 - 310, y = mywibox[mouse.screen].height,
- height = 100, width = 100 } },
- -- Set Firefox to always map on tags number 2 of screen 1.
- -- { rule = { class = "Firefox" },
- -- properties = { tag = tags[1][2] } },
+ placement = awful.placement.top_right,
+ function (c)
+ s = awful.screen.focused()
+ c:connect_signal("unfocus", function (c) c:kill() end)
+ end } },
+ { rule = { class = "Wine"},
+ properties = { floating = true } },
+ { rule = { class = "URxvt"},
+ properties = { opacity = 0.8 } },
+ { rule = { class = "URxvt", instance = "mutt" },
+ properties = { tag = wwwtag,
+ function (c) awful.client.setslave(c) end } },
+ { 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] } },