mirror of https://gitlab.com/dabruh/dotfiles.git
Remove applet startup.
This commit is contained in:
parent
cd25fb4c85
commit
862f6ae052
|
@ -3,6 +3,3 @@ exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3exit lock
|
||||||
|
|
||||||
# lock screen after inactivity
|
# 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"'
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue