diff options
Diffstat (limited to 'hypr/hyprland/exec_once.conf')
| -rw-r--r-- | hypr/hyprland/exec_once.conf | 4 |
1 files 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 |
