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

Update centerfair.lua
authorMoussab <mbennehar@gmail.com>
Mon, 10 Nov 2014 22:52:00 +0000 (23:52 +0100)
committercopycat-killer <dada@archlinux.info>
Wed, 5 Aug 2015 11:31:14 +0000 (13:31 +0200)
layout/centerfair.lua

index 383bf9ebc8dd3a9f1bec96c7b299d10b157b2414..67462f77891b42af2500ae01b667d04a024addd7 100644 (file)
@@ -146,7 +146,7 @@ function centerfair.arrange(p)
             to_remove = 2
             g.height = math.floor((wa.height - (num_y[i] * useless_gap)) / num_y[i])
             g.y = offset_y + global_border
-            for j = 1, (num_y[i]-1) do
+            for j = 0, (num_y[i]-2) do
                 cls[nclient]:geometry(g)
                 nclient = nclient - 1
                 g.y = g.y + g.height+useless_gap + 2