aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesome/rc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index fd03ccb9..06a7e9f7 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -319,6 +319,9 @@ awful.rules.rules = {
buttons = clientbuttons } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },
+ { rule = { class = "Steam" },
+ properties = { floating = true,
+ tag = tags[1][3] } },
{ rule = { class = "Screenkey" },
properties = { floating = true,
tag = tags[2][6],