EXEC_SHELL_PATH=$(command -v bash) LOG_FILE="/tmp/element_exit.log" setsid nohup ~/.local/bin/focus.sh > "$LOG_FILE" 2>&1 &