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

use proper default layout
authormartin f. krafft <madduck@madduck.net>
Mon, 23 Feb 2009 11:15:03 +0000 (12:15 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 23 Feb 2009 11:15:03 +0000 (12:15 +0100)
.config/awesome/rc.lua

index 8631b6a042fa1f994947b4cb7e1d9d3fc9898c8d..ddd3a27a9fee2dc5fe238a52ffe85d2a8f17ad1b 100644 (file)
@@ -103,7 +103,7 @@ for s = 1, screen.count() do
         -- split at 0.5/50% exactly
         -- tags[s][tagnumber].mwfact = 0.5
         tags[s][tagnumber].screen = s
-        awful.layout.set(layouts[6], tags[s][tagnumber])
+        awful.layout.set(layouts[5], tags[s][tagnumber])
     end
     -- I'm sure you want to see at least one tag.
     tags[s][1].selected = true