From: luke bonham Date: Sat, 8 Nov 2014 11:06:48 +0000 (+0100) Subject: centerfair: added no cls[1] case X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a652b7065ab2b859199c31f194c4dba31d3d9182 centerfair: added no cls[1] case --- diff --git a/layout/centerfair.lua b/layout/centerfair.lua index 01a2fe0..e2ecb33 100644 --- a/layout/centerfair.lua +++ b/layout/centerfair.lua @@ -95,7 +95,10 @@ function centerfair.arrange(p) g.height = wa.height - 2*useless_gap - 2 g.x = offset_x + useless_gap + global_border g.y = offset_y + global_border - cls[1]:geometry(g) + + if cls[1] then + cls[1]:geometry(g) + end -- Treat the other clients