X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/317fea4ca4c999c0fef9a9f15020e8b301a1ef43..a652b7065ab2b859199c31f194c4dba31d3d9182:/layout/centerfair.lua 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