aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-08 00:57:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-08 00:57:12 +1300
commit7fc383e9f905b67ca1c10d4fdbbf6b3442e1ca32 (patch)
treeecdcd0dc96c6da9db41315da6110515ac6ffa199
parentUpgrading Vim plugins (diff)
downloaddotfiles-7fc383e9f905b67ca1c10d4fdbbf6b3442e1ca32.tar.gz
dotfiles-7fc383e9f905b67ca1c10d4fdbbf6b3442e1ca32.zip
Whoo Steam!
-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],