mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-02-23 00:28:12 +01:00
3 lines
151 B
Text
3 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
|