Remove applet startup.

This commit is contained in:
dabruh 2022-06-03 20:28:58 +02:00
parent cd25fb4c85
commit 862f6ae052
1 changed files with 0 additions and 3 deletions

View File

@ -3,6 +3,3 @@ exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3exit lock
# lock screen after inactivity
exec --no-startup-id xautolock -time $lock_after_min -locker 'i3exit lock' -notify $lock_notify_sec -notifier 'notify-send --icon=gtk-info xautolock "The screen will lock soon"'
# Start various applets
exec_always --no-startup-id for app in nm-applet kopia-ui pasystray; do which "$app" && (pgrep $app || $app); done