Fix width of default terminal window

This commit is contained in:
Tom Willemse 2015-04-08 15:14:41 +02:00
parent 5284bf07ef
commit 692389bf6b

View file

@ -584,4 +584,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- 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.5828, nil)
awful.tag.setmwfact(0.623, tags[1][1])