diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 21:15:23 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-24 21:15:23 -0500 |
| commit | 90248ad8222cf99d5a8ef7e1f2816d3ee810d3b8 (patch) | |
| tree | f79b4b9f0aeef744727caafb786bd00262d143c3 /env/.local/bin/system/start-scripts | |
| parent | 1be4f161e38b721086c5aaab48d007e63fbec571 (diff) | |
stuff and things
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -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 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 |
