From fcfd4200df69afed9a09263074fa1e927f34063d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 13 Sep 2016 21:40:16 +0200 Subject: [PATCH] only disable size_honor_hints for urxvt --- .config/awesome/rc.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 57e9f76..a42ed9e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -529,7 +529,6 @@ awful.rules.rules = { properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = awful.client.focus.filter, - size_hints_honor = false, raise = true, keys = clientkeys, buttons = clientbuttons, @@ -576,6 +575,10 @@ awful.rules.rules = { { rule = { type = "dialog" }, properties = { placement = awful.placement.centered }}, + { rule = { class = "URxvt" }, + properties = { + size_hints_honor = false + } }, { rule = { class = "URxvt", instance = "irc" }, properties = { -- screen = screen.count(), -- 2.39.2