Hi people,

the attached patch fixes awesomerc.lua, so that the default tag layout is
retrieved from the layouts table instead of being set to tile by default. This
is in reply to FS#426

-- 
    Gregor Best
From 7e335b185bf269c339cc912f449daeb4005b4a6b Mon Sep 17 00:00:00 2001
From: Gregor Best <[email protected]>
Date: Sun, 11 Jan 2009 15:59:47 +0100
Subject: [PATCH] awesomerc.lua: get default tag layout from layouts table

Signed-off-by: Gregor Best <[email protected]>
---
 awesomerc.lua.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/awesomerc.lua.in b/awesomerc.lua.in
index 765c445..ebf3070 100644
--- a/awesomerc.lua.in
+++ b/awesomerc.lua.in
@@ -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
-- 
1.6.1

Attachment: signature.asc
Description: PGP signature

Reply via email to