use awful.util.tagnames for firefox rule; closes #192

This commit is contained in:
Luke Bonham 2017-07-14 13:15:40 +02:00
parent db46a07e41
commit 5319b1be52
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },