From 24306fc29094b168b1b38b984c5d2ebf0f108d6c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Nov 2014 13:59:39 +0100 Subject: Update mwfact for new pixel-based Emacs size --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/.config') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 8076b32..a9fab59 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -569,4 +569,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.585, nil) +awful.tag.setmwfact(0.582, nil) -- cgit v1.2.3-54-g00ecf