diff --git a/Startup-(process-manager)-Integration.md b/Startup-(process-manager)-Integration.md index 797390d..764a3fe 100644 --- a/Startup-(process-manager)-Integration.md +++ b/Startup-(process-manager)-Integration.md @@ -95,8 +95,8 @@ exec elogind-inhibit --what=sleep --who=startup --mode=delay --why="Session Slee pre-stop exec initctl emit sleep ``` -Then any user services can inhibit the suspend action by hooking into this job's -stopping event. +Then any user services can inhibit the suspend action by hooking into this +job's stopping event. ``` # ~/.config/startup/swaylock.conf @@ -108,4 +108,7 @@ exec swaylock ``` You may want to create additional job configurations for services such as -dbus, gpg/ssh agent, redshift, or similar. \ No newline at end of file +dbus, gpg/ssh agent, redshift, or similar. + +Additionally, applications can be started at the beginning of the session +using [dex](https://github.com/jceb/dex). \ No newline at end of file