placement = awful.placement.no_overlap+awful.placement.no_offscreen } },
{ rule_any = {
class = {
- "Sensation Editor",
"MPlayer",
"pinentry",
- "mpv",
"gimp",
+ },
+ instance = {
+ "qemu",
} },
properties = { floating = true } },
- { rule = { class = "URxvt", instance = "pulsemixer" },
+ { rule = { class = "mpv" },
+ properties = { border_width = 0,
+ floating = true }},
+ { rule = { class = terminal_class, instance = "pulsemixer" },
properties = { floating = true,
skip_taskbar = true,
ontop = true,
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" },
+ { rule = { class = terminal_class },
+ properties = { opacity = 0.95 } },
+ { rule_any = { class = { "Steam", "steam" } },
properties = { tag = tags[1][9] } },
}