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

Merged with upstream
authorJosh Timmer <0ohexxo0@gmail.com>
Thu, 17 Sep 2015 19:38:44 +0000 (15:38 -0400)
committerJosh Timmer <0ohexxo0@gmail.com>
Thu, 17 Sep 2015 19:38:44 +0000 (15:38 -0400)
layout/uselesstile.lua

index c769d586658a7066f238824b0def4e0bfa7c9502..ee3306067121bc5291f041dfdf4f6189bc972961 100644 (file)
@@ -55,8 +55,8 @@ end
 local function size_correction(c, geometry, useless_gap)
     geometry.width  = math.max(geometry.width  - 2 * c.border_width - useless_gap, 1)
     geometry.height = math.max(geometry.height - 2 * c.border_width - useless_gap, 1)
-    geometry.x = math.floor(geometry.x + useless_gap / 2)
-    geometry.y = math.floor(geometry.y + useless_gap / 2)
+    geometry.x = geometry.x + useless_gap / 2
+    geometry.y = geometry.y + useless_gap / 2
 end
 
 -- Check size factor for group of clients and calculate total