Commit: 1fd84fb049fa5139c11f47bc4bbda3eafc968071 Parent: 78c76dbb901d5b84d5112edec21f5ec287698475 Author: Randy Palamar Date: Fri, 27 Dec 2024 15:23:42 -0700 README: remove mention of setsid from usage Diffstat:
M | README.md | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -30,9 +30,10 @@ Then copy `status` to wherever you want. Usage ----- -Execute with `status` or use `setsid -f status` to run in the -background. `status` also accepts the `-d` option to print the -line to `stdout` instead of setting the X root window name. +Run `status` to launch in the background. Alternatively, launch to +the foreground with `status -d`. When running in the foreground +`status` prints to `stdout` instead of setting the X root window +name. Gotchas -------