summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-10-10 12:50:48 +0200
committerAnton Khirnov <anton@khirnov.net>2017-10-10 12:50:48 +0200
commit027b74eaaf60307df0a51637dc25e02af58f9e4b (patch)
treec2a8af5e4a2e76b978869aad359379f9c2849d77
parentbe8fb79824ca34bdb8acf8ed11e7033fcc62f770 (diff)
rc: drop a firefox rule
-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] } },
}
-- }}}