From 76dfc8e7c9f1d980a079f6191e701820654968fe Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 2 May 2019 02:06:59 -0700 Subject: [PATCH] Updated Startup (process manager) Integration (markdown) --- Startup-(process-manager)-Integration.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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