minor fixes and improvements
[distro-setup] / i3-split-maybe
index a15b83f54fc91ff7e6288366c45e66705b130d60..69e42c547a723841fae1b7b9ba1cb4ced7ce9088 100755 (executable)
@@ -72,6 +72,7 @@ fi
 if (( w < half_w && h < half_h )); then
   i3-msg "split vertical, layout tabbed"
 elif (( w == screen_width )); then
+  :
   # if we had 2 windows on screen, made them vertical splits, then
   # closed one, it stays vertical split, but we want it horizontal at
   # that point. So, make it horizontal here.