mirror of https://gitlab.com/dabruh/dotfiles.git
3 lines
151 B
Plaintext
3 lines
151 B
Plaintext
|
# 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
|