commit 60c58f08a1cb0e0f195572ca2133defbf4bd2a7d parent c264df090c9eb3a13c8839a2c3fc87477a8403d9 Author: aleks <aleks.stier@icloud.com> Date: Tue, 31 May 2022 17:53:25 +0200 [dwm][setstatus] clarify how its meant to be used Diffstat:
M | dwm.suckless.org/patches/setstatus/index.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dwm.suckless.org/patches/setstatus/index.md b/dwm.suckless.org/patches/setstatus/index.md @@ -8,6 +8,10 @@ To change the status to `foo bar` execute: dwm -s "foo bar" +You can set the status with this command even if dwm is already running as your +wm. It will start a new process, set the status and exit. The parameter `-s` is +not meant to be used at startup when you launch dwm as your wm. + Piping into `dwm -s` is currently not supported but you can set the status to the output of any command by doing something like: @@ -23,4 +27,4 @@ Download Author ------ -* Aleksandrs Stier (6.2) +* Aleksandrs Stier - <aleks.stier@icloud.com> (6.2)