- x = 1920 - 310, y = mywibox[mouse.screen].height,
- height = 100, width = 100 } },
+ 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 } },