X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/16925f3f26b8e74516de9b6f25c5e207eea0a91e..aaf1142688933bc5673d4b8309886db2a178ce90:/layout/uselesstile.lua diff --git a/layout/uselesstile.lua b/layout/uselesstile.lua index bd365a8..877fad1 100644 --- a/layout/uselesstile.lua +++ b/layout/uselesstile.lua @@ -179,6 +179,8 @@ local function tile(p, orientation) -- get column number for other windows local ncol = math.min(tag.getncol(t), #cls_other) + if ncol == 0 then ncol = 1 end + -- split other windows to column groups local last_small_column = ncol - #cls_other % ncol local rows_min = math.floor(#cls_other / ncol)