aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
commit32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (patch)
treec3d68f02be6a2b196a222a5eb9c9341e55929d34 /env/.local/bin/system/start-scripts
parent66953f50fbbd312499d577ef6358fe0e675c54ab (diff)
Squashed commit of the following:
- moved from st to st-flexipatch - dwm changes - added dunst to autostart - moved from lf-gadets to lfimg-sixel - st - asciidoc conf for 3rd nvim
Diffstat (limited to 'env/.local/bin/system/start-scripts')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh4
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