- x = 1920 - 310, y = mywibox[mouse.screen].height,
- height = 100, width = 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 } },
- { 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" },
+ 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 = terminal_class },
+ properties = { opacity = 0.95 } },
+ { rule_any = { class = { "Steam", "steam" } },