diff --git a/update.sh b/update.sh index 7d48d69..a5a17ce 100755 --- a/update.sh +++ b/update.sh @@ -125,6 +125,9 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then mkdir -p $APPS_HOME cp -f $repo_directory/build/release/colorshell.desktop $APPS_HOME + # reload hyprland settings, because it stops monitoring when too much changes are made + hyprctl reload + if Is_running; then Send_log "colorshell is running, restarting shell..." colorshell quit || killall gjs