Change default master window factor

Change the default master window factor to make terminals appear with 80
columns on the main screen.
This commit is contained in:
Tom Willemse 2014-08-26 15:35:00 +02:00
parent 7d994c389a
commit 742b30a806

View file

@ -520,4 +520,4 @@ client.connect_signal("focus", function(c) c.border_color = beautiful.border_foc
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- }}}
awful.tag.setmwfact(0.586, nil);
awful.tag.setmwfact(0.585, nil)