[awesomerc] set default mwfact to the golden ratio again

This commit is contained in:
Lucas de Vries 2008-06-11 23:14:57 +02:00 committed by Julien Danjou
parent 2d0eded00e
commit 95e81c83e5
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ for s = 1, screen.count() do
for tagnumber = 1, 9 do
tags[s][tagnumber] = tag.new({ name = tagnumber })
-- Add tags to screen one by one
tags[s][tagnumber]:mwfact_set(0.618033988769)
tags[s][tagnumber]:add(s)
end
-- I'm sure you want to see at least one tag.