Updated Startup (process manager) Integration (markdown)

Cameron Nemo 2019-05-02 02:06:59 -07:00
parent 30cd4e475b
commit 76dfc8e7c9

@ -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
@ -109,3 +109,6 @@ exec swaylock
You may want to create additional job configurations for services such as
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).