From 8c1a8c052568c6f3fd9a76d01fc6bf694b85ff6e Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sat, 9 May 2026 20:36:24 +0530 Subject: fix: logging in & out spawned duplicates, now they won't --- hypr/hyprland/exec_once.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland/exec_once.conf b/hypr/hyprland/exec_once.conf index ff63e90..f1d6e0e 100644 --- a/hypr/hyprland/exec_once.conf +++ b/hypr/hyprland/exec_once.conf @@ -1,5 +1,5 @@ -exec-once = ~/.config/hypr/random-wall.sh -exec-once = ~/.config/hypr/battery-notif.sh +exec-once = pgrep -f random-wall.sh || ~/.config/hypr/random-wall.sh +exec-once = pgrep -f battery-notif.sh || ~/.config/hypr/battery-notif.sh exec-once = wl-paste --watch cliphist store exec-once = mako exec-once = qs -- cgit v1.2.3