From 3391ae2eb5849efb6d7fa7f443c294759d3a01c8 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 16 Apr 2024 19:17:21 +0100 Subject: [PATCH] Tune window-auto for smaller terminals --- layouts/window-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/window-auto b/layouts/window-auto index c4abe3b..d5979fa 100755 --- a/layouts/window-auto +++ b/layouts/window-auto @@ -13,7 +13,7 @@ fi if [[ $ratio -ge 100 ]]; then # terminal is wide or square - if [[ $cols -gt 230 ]]; then + if [[ $cols -gt 240 ]]; then # terminal is wide and large `dirname $0`/window-wide-right else