From: themarcq Date: Mon, 8 Dec 2014 15:32:44 +0000 (+0100) Subject: Now gaps between windows and screen borders and gaps vetween windows and windows... X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/2e266a88d99114b769df282455126d972b8493fa Now gaps between windows and screen borders and gaps vetween windows and windows are the same. --- diff --git a/layout/uselesstile.lua b/layout/uselesstile.lua index eccfdad..65ce9b5 100644 --- a/layout/uselesstile.lua +++ b/layout/uselesstile.lua @@ -80,8 +80,8 @@ local function tile_group(cls, wa, orientation, fact, group) local i = c - group.first +1 geom[width] = size - global_border - (bw * 2) geom[height] = math.floor(unused * fact[i] / total_fact) - (bw * 2) - geom[x] = group.coord + global_border + (useless_gap / 2) - geom[y] = coord + global_border + (useless_gap / 2) + geom[x] = group.coord + global_border + geom[y] = coord + global_border coord = coord + geom[height] unused = unused - geom[height]