aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 06a7e9f7..e877eb8b 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -322,6 +322,9 @@ awful.rules.rules = {
{ rule = { class = "Steam" },
properties = { floating = true,
tag = tags[1][3] } },
+ { rule = { class = "hl2_linux" },
+ properties = { floating = true,
+ tag = tags[1][3] } },
{ rule = { class = "Screenkey" },
properties = { floating = true,
tag = tags[2][6],