mostly improvements, wip
[distro-setup] / i3-maybe-double-move
index 9cd5186208344023638c145b235ba63e313bd04e..4f45238d8c37cc8fa362eb9cf06179ef8ca0e2a6 100755 (executable)
 set -e; . /usr/local/lib/bash-bear; set +e
 
 direction="$1"
+
+# for testing, always do normal move
+i3-msg "move $direction"
+exit 0
+
 if i3-msg -t get_tree | jq -e -C '.nodes[].nodes[].nodes[].nodes[] | select((.nodes| length == 1) and (.nodes[0].focused == true))' &>/dev/null; then
   i3-msg "move $direction; move $direction"
 else