On Fri, Jan 29, 2010 at 05:59:57PM -0500, Yuliang Wang wrote:
> For example, when I start a terminal, it only occupies a portion of the top
> left part of the display, and it is the floating mode. Can reset the default
> to maximize. I didn't find that option in rc.lua.
>
> --
> Sincerely,
> Yuliang Wang
I will explain from the default rc.lua.
There is a table 'layouts' that contains all the layouts you want to
use.
You will then find a call to awful.tag() and give this an layout sth:
(line 49) tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
change the index from 1 to whatever default layout you want.
cheers,
b
--
To unsubscribe, send mail to [email protected].