#!/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