diff options
Diffstat (limited to 'env/.local/bin')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 492bd76..b0b2daa 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -24,6 +24,10 @@ fi sleep 0.5s +if [ -z "$(pgrep dunst)" ]; then + dunst & disown +fi + if [ "$WAYLAND_DISPLAY" ] && [ -z "$(pgrep -f waybar)" ]; then waybar & disown fi |
