From 5319b1be520003c76158a577fd13905bc463ad24 Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Fri, 14 Jul 2017 13:15:40 +0200 Subject: [PATCH] use awful.util.tagnames for firefox rule; closes #192 --- rc.lua.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua.template b/rc.lua.template index b2ba042..e040460 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -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 } },