From def3d5510b478de42c99039409efe09ed62c6800 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 19 Apr 2026 08:28:55 -0400 Subject: OverviewToggle wasn't checking for qs Causing a new qs process to start up each time On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: OverviewToggle.sh --- config/hypr/scripts/OverviewToggle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts') 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 -- cgit v1.2.3