lots: shellcheck, streaming stuff, fixes
[distro-setup] / i3-auto-layout-toggle
diff --git a/i3-auto-layout-toggle b/i3-auto-layout-toggle
new file mode 100755 (executable)
index 0000000..e8a464d
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+set -e; . /usr/local/lib/bash-bear; set +e
+
+f=/tmp/iank-i3-no-auto
+
+if [[ -e $f ]]; then
+  rm -f $f
+else
+  touch $f
+fi