Clarify README on FS_DIEONWM

This commit is contained in:
Salt 2019-06-22 02:37:19 -05:00
parent 15fda94388
commit 22fd36b2b2

View File

@ -79,7 +79,7 @@ Firestarter, in addition to spawning the programs in the default configs, also i
* The `wm` config file is special; if it exists and a target can be found for it, firestarter will watch the `_NET_WM_NAME` atom on the root window, waiting for it to initialize before starting XDG autostarts. This prevents applications from being started before the WM is ready to manage them. You can disable this by setting `FS_NOWAITWM`.
* In addition to this, setting the `FS_DIEONWM` variable makes firestarter automatically end the session if the WM were to die for any reason.
* In addition to this, setting the `FS_DIEONWM` variable makes firestarter automatically end the session if the WM were to die for any reason. This requires that the target be a simple invocation of the WM; `TERMINAL=urxvt i3` will not work.
## Contribution