1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-12-22 11:12:31 +00:00

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

View file

@ -565,7 +565,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized = true } }, properties = { maximized = true } },