From 32418fca3e38ef2e6b5e62c8f568da6e0a73a261 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 21 Mar 2026 03:51:09 -0500 Subject: 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 --- env/.local/bin/system/start-scripts/autostart.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env/.local/bin') 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 -- cgit v1.3