From b9f699ad07d437fb41851f0c1a7788c082d028d5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Aug 2014 15:37:17 +0200 Subject: Add explanation for master window factor setting --- awesome/.config/awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 37397e4..d170a8e 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -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) -- cgit v1.2.3-54-g00ecf