mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Updated Startup (process manager) Integration (markdown)
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
|
pre-stop exec initctl emit sleep
|
||||||
```
|
```
|
||||||
|
|
||||||
Then any user services can inhibit the suspend action by hooking into this job's
|
Then any user services can inhibit the suspend action by hooking into this
|
||||||
stopping event.
|
job's stopping event.
|
||||||
|
|
||||||
```
|
```
|
||||||
# ~/.config/startup/swaylock.conf
|
# ~/.config/startup/swaylock.conf
|
||||||
|
@ -109,3 +109,6 @@ exec swaylock
|
||||||
|
|
||||||
You may want to create additional job configurations for services such as
|
You may want to create additional job configurations for services such as
|
||||||
dbus, gpg/ssh agent, redshift, or similar.
|
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).
|
Loading…
Reference in a new issue