From: martin f. krafft <madduck@madduck.net>
Date: Tue, 13 Sep 2016 19:40:16 +0000 (+0200)
Subject: only disable size_honor_hints for urxvt
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/fcfd4200df69afed9a09263074fa1e927f34063d?ds=sidebyside;hp=e6c131412457053db897288f3b03f7c8944a8690

only disable size_honor_hints for urxvt
---

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(),