From 692389bf6b234b03006392118ea9187ad665bdc7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2015 15:14:41 +0200 Subject: Fix width of default terminal window --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 8b31c23..41d301d 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -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]) -- cgit v1.2.3-54-g00ecf