use awful.util.tagnames for firefox rule; closes #192
This commit is contained in:
parent
db46a07e41
commit
5319b1be52
|
@ -565,7 +565,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
properties = { screen = 1, tag = awful.util.tagnames[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized = true } },
|
||||
|
|
Loading…
Reference in New Issue