]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
awesome: catch Steam games, open them on tag 9 and center mouse
[dotfiles.git] / awesome / rules.lua
index 24aa138447556bb65bcd5e7e6bcc328a3fa67495..e06145fc3dee0521a86de10e38482a1c03a24271 100644 (file)
@@ -60,6 +60,6 @@ awful.rules.rules = {
     { rule = { class = "URxvt", instance = "weechat" },
       properties = { tag = imtag,
                      function (c) awful.client.setmaster(c) end } },
-    { rule = { class = "Steam" },
+    { rule_any = { class = { "Steam", "steam" } },
       properties = { tag = tags[1][9] } },
 }