1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-12 18:58:10 +02:00
dotfiles/.config/i3/config.post-main-10-applets
2022-05-28 19:02:35 +02:00

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