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:
parent
7d994c389a
commit
742b30a806
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue