- buttons = clientbuttons } },
- { rule = { class = "mpv" },
- properties = { floating = true } },
- { rule = { class = "MPlayer" },
- properties = { floating = true } },
- { rule = { class = "pinentry" },
- properties = { floating = true } },
- { rule = { class = "gimp" },
+ buttons = clientbuttons,
+ screen = awful.screen.preferred,
+ placement = awful.placement.no_overlap+awful.placement.no_offscreen } },
+ { rule_any = {
+ class = {
+ "Sensation Editor",
+ "MPlayer",
+ "pinentry",
+ "mpv",
+ "gimp",
+ } },