diff options
| -rwxr-xr-x | config/hypr/scripts/OverviewToggle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/OverviewToggle.sh b/config/hypr/scripts/OverviewToggle.sh index 719788da..14470eb0 100755 --- a/config/hypr/scripts/OverviewToggle.sh +++ b/config/hypr/scripts/OverviewToggle.sh @@ -10,7 +10,7 @@ set -euo pipefail # 1) Try Quickshell via IPC (works if QS is running and listening) -if pgrep -x quickshell >/dev/null 2>&1; then +if pgrep -x qs >/dev/null 2>&1; then if qs ipc -c overview call overview toggle >/dev/null 2>&1; then exit 0 fi |
