Add explanation for master window factor setting
This commit is contained in:
parent
742b30a806
commit
b9f699ad07
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue