Add explanation for master window factor setting

This commit is contained in:
Tom Willemse 2014-08-26 15:37:17 +02:00
parent 742b30a806
commit b9f699ad07

View file

@ -520,4 +520,7 @@ 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)
-- }}}
-- Set the master window factor so that terminal windows show up with
-- 80 columns on the main screen. This is meant for a 1920x1080
-- resolution.
awful.tag.setmwfact(0.585, nil)