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

fixup chromium xprop
authormartin f. krafft <madduck@madduck.net>
Mon, 19 Dec 2016 20:37:57 +0000 (21:37 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 19 Dec 2016 20:37:57 +0000 (21:37 +0100)
.config/awesome/rc.lua

index 5bec2b0cc182f3e9479dd9c2a35d9eb51ea4c9d0..1b82fb9060deb97403436bdd37501270b9251977 100644 (file)
@@ -582,7 +582,7 @@ awful.rules.rules = {
                },
                callback = move_to_tag(screen.count() == 1 and 1 or 2, 8)
            },
                },
                callback = move_to_tag(screen.count() == 1 and 1 or 2, 8)
            },
-    { rule = { class = "chromium", instance = "chromium" },
+    { rule = { class = "Chromium", instance = "chromium" },
                properties = {
                    floating = false,
                },
                properties = {
                    floating = false,
                },