]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

only disable size_honor_hints for urxvt
authormartin f. krafft <madduck@madduck.net>
Tue, 13 Sep 2016 19:40:16 +0000 (21:40 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 15 Sep 2016 13:05:34 +0000 (15:05 +0200)
.config/awesome/rc.lua

index 57e9f76adfe9fc4251fa673b4bf5786fc90801dd..a42ed9e4100dd628941d3a9a54f7fb7381307395 100644 (file)
@@ -529,7 +529,6 @@ awful.rules.rules = {
       properties = { border_width = beautiful.border_width,
                      border_color = beautiful.border_normal,
                      focus = awful.client.focus.filter,
       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,
                      raise = true,
                      keys = clientkeys,
                      buttons = clientbuttons,
@@ -576,6 +575,10 @@ awful.rules.rules = {
     { rule = { type = "dialog" },
       properties = { placement = awful.placement.centered }},
 
     { 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(),
     { rule = { class = "URxvt", instance = "irc" },
                properties = {
 --                   screen = screen.count(),