diff --git a/setup.sh b/setup.sh index 05c3bf5..5b4457a 100755 --- a/setup.sh +++ b/setup.sh @@ -31,3 +31,10 @@ for i in "${!MODULES[@]}"; do echo "[$STEP/$COUNT] Running $BASENAME..." source "$MODULE" done + +if pgrep -x Hyprland >/dev/null; then + echo "Reloading Hyprland config..." + hyprctl reload +else + echo "Hyprland is not running; skipping reload." +fi