From e5e6eb7d262d796640a2446c4d51773bd15ccf22 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Sep 2014 15:07:25 -0300 Subject: Size hinting --- config.dot/awesome.link/rc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.dot/awesome.link/rc.lua') diff --git a/config.dot/awesome.link/rc.lua b/config.dot/awesome.link/rc.lua index 8cf9067..a6cc32e 100644 --- a/config.dot/awesome.link/rc.lua +++ b/config.dot/awesome.link/rc.lua @@ -348,6 +348,14 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "gimp" }, properties = { floating = true } }, + -- Size hint + -- See https://superuser.com/questions/347001/how-can-i-force-gvim-in-awesome-to-fill-the-screen + { rule = { class = "Gvim" }, + properties = { size_hints_honor = false } }, + { rule = { class = "XTerm" }, + properties = { size_hints_honor = false } }, + { rule = { class = "URxvt" }, + properties = { size_hints_honor = false } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } }, -- cgit v1.2.3