awesomerc.lua: get default tag layout from layouts table

Signed-off-by: Gregor Best <farhaven@googlemail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Gregor Best 2009-01-11 15:59:47 +01:00 committed by Julien Danjou
parent 51d6df2483
commit ce396bc189
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ for s = 1, screen.count() do
tags[s][tagnumber] = tag(tagnumber)
-- Add tags to screen one by one
tags[s][tagnumber].screen = s
awful.layout.set(layouts[1], tags[s][tagnumber])
end
-- I'm sure you want to see at least one tag.
tags[s][1].selected = true