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

gscan2pdf placement
authormartin f. krafft <madduck@madduck.net>
Sun, 18 Sep 2016 12:20:20 +0000 (14:20 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 18 Sep 2016 12:20:20 +0000 (14:20 +0200)
.config/awesome/rc.lua

index 723f453af242b382dd740190070e05259c09f0df..f844e8e482cfe91a7c6a5957a9da327cc90ffaa4 100644 (file)
@@ -584,9 +584,14 @@ awful.rules.rules = {
            },
     { rule = { class = "Gscan2pdf" },
                properties = {
-                   floating = false,
                    screen = 1,
-                   tag = "7"
+                   tag = "5"
+               },
+--               callback = function(c) c:move_to_tag(tags[1][9]) end
+           },
+    { rule = { name = "gscan2pdf .*" },
+               properties = {
+                   floating = false,
                },
 --               callback = function(c) c:move_to_tag(tags[1][9]) end
            },