]> 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:

ignore size hints for kitty
authormartin f. krafft <madduck@madduck.net>
Thu, 17 Apr 2025 08:39:49 +0000 (10:39 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 17 Apr 2025 08:49:21 +0000 (10:49 +0200)
.config/awesome/rc.lua

index badbbade2d7ca84f8ba7de37a2e8362ce90b42ca..ec9eb190a56a1bee2aa8e47f9d8f2a8cdaeee829 100644 (file)
@@ -1273,7 +1273,7 @@ awful.rules.rules = {
                        placement = awful.placement.centered,
                },
        },
-       { rule_any = { class = { "URxvt" }, properties = { size_hints_honor = false } },
+       { rule_any = { class = { "URxvt", "kitty" } }, properties = { size_hints_honor = false } },
        { rule = { instance = "irc" }, callback = move_to_tag_by_name(nil, "irc") },
        { rule = { class = "scrcpy" }, callback = move_to_tag_by_name(nil, "[]") },
        { rule_any = { class = { "Firefox", "firefox" } }, callback = move_to_tag_by_name(nil, "ffx") },