mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-21 15:48:12 +01:00
2 lines
151 B
Text
2 lines
151 B
Text
# Try starting various applets etc.
|
|
exec_always --no-startup-id for app in nm-applet kopia-ui pasystray; do which "$app" && (pgrep $app || $app); done
|