awesomerc: fix firefox example

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-08-25 11:09:12 +02:00
parent 6bffb904ef
commit 8ee740dcfe
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ awful.rules.rules = {
{ rule = { class = "gimp" }, { rule = { class = "gimp" },
properties = { floating = true } }, properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1. -- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { instance = "Firefox" }, -- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } }, -- properties = { tag = tags[1][2] } },
} }
-- }}} -- }}}