diff --git a/scripts/start.sh b/scripts/start.sh index 4e0366f..afdfc6d 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -14,7 +14,7 @@ function is_running() { function start() { if is_running; then echo "[info] killing previous instance" - killall gjs # TODO: call a method to quit via dbus instead of killing GnomeJS + colorshell quit || killall gjs fi echo "[info] starting" exec "$file"