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

cleanup
authormartin f. krafft <madduck@madduck.net>
Wed, 24 Sep 2014 10:57:34 +0000 (12:57 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 24 Sep 2014 10:57:34 +0000 (12:57 +0200)
.config/awesome/rc.lua

index 8cd9f1e7092d8265891fb909a6bc5cbc11f45baa..b181c1a8ac81f8f3e82604c5205d2362cbf6f854 100644 (file)
@@ -401,10 +401,6 @@ clientkeys = awful.util.table.join(
                 c.maximized_horizontal = false
                 c.maximized_vertical = false
             end
                 c.maximized_horizontal = false
                 c.maximized_vertical = false
             end
-            -- b = c.maximized_horizontal + c.maximized_vertical * 2
-            -- b = (b + 1) % 4
-            -- c.maximized_horizontal = b & 1
-            -- c.maximized_vertical = (b & 2) >>1
         end)
 )
 
         end)
 )
 
@@ -519,12 +515,6 @@ awful.rules.rules = {
       properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } },
     { rule = { class = "Icedove", instance = "Mail" },
       properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = false, floating = false } },
       properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } },
     { rule = { class = "Icedove", instance = "Mail" },
       properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = false, floating = false } },
---    { rule = { class = "Iceweasel", instance = "Dialog" },
---      properties = { floating = true } },
-   -- { rule = { name = "OpenOffice.org" },
-  --    properties = { switchtotag = true, floating = true, maximized_vertical = true, maximized_horizontal = true, callback = awful.placement.no_offscreen } },
- --   { rule = { name = "Okular" },
---      properties = { switchtotag = true, floating = true, maximized_vertical = true, maximized_horizontal = true, callback = awful.placement.no_offscreen } },
 }
 -- }}}
 
 }
 -- }}}