diff --git a/kitty/layout.py b/kitty/layout.py index dac3632ba..161cb0799 100644 --- a/kitty/layout.py +++ b/kitty/layout.py @@ -523,7 +523,7 @@ class Grid(Layout): # {{{ attr = 'biased_cols' else: b = self.biased_rows - if nrows < 2: + if max(nrows, special_rows) < 2: return False bias_idx = row_num layout_func = self.ylayout