summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.lua b/rc.lua
index 691e0d2..6806402 100644
--- a/rc.lua
+++ b/rc.lua
@@ -194,9 +194,6 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { class = "gimp" },
properties = { floating = true } },
- -- Set Firefox to always map on tags number 2 of screen 1.
- -- { rule = { class = "Firefox" },
- -- properties = { tag = tags[1][2] } },
}
-- }}}