From 22fd36b2b29e54e1c96a0b93fc2c798e82d78167 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 22 Jun 2019 02:37:19 -0500 Subject: [PATCH] Clarify README on FS_DIEONWM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b929b..658d7b3 100644 --- a/README.md +++ b/README.md @@ -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