Tune window-auto for smaller terminals

This commit is contained in:
Kenneth Benzie 2024-04-16 19:17:21 +01:00
parent 7fd94d4f10
commit 3391ae2eb5

View File

@ -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