From 90248ad8222cf99d5a8ef7e1f2816d3ee810d3b8 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 24 May 2025 21:15:23 -0500 Subject: stuff and things --- env/.local/bin/system/start-scripts/autostart.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env/.local/bin/system/start-scripts') diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 3d1d1d6..822a0e5 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -33,6 +33,10 @@ fi pipewire-pulse & disown sleep 0.5s +if [ "$WAYLAND_SESSION" ]; then + waybar & disown +fi + if [ -z $(pgrep -f newsboat-fetch.sh) ]; then ~/.config/dwm/newsboat-fetch.sh & fi -- cgit v1.3