From bd5b0d2b1a95ead429662d0e3406457b95b88eba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 8 Mar 2013 01:52:54 +1300 Subject: TF2 to floating --- awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) 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], -- cgit v1.2.3