commit cbb3129924e9969bd66969072396c6375f539228 parent 2cb593614f53dd31de377ecddc244605aa031f83 Author: sin <sin@2f30.org> Date: Thu, 30 Jan 2014 15:38:09 +0000 Indent commands in dwmfifo to render them properly Diffstat:
M | dwm.suckless.org/patches/dwmfifo.md | | | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dwm.suckless.org/patches/dwmfifo.md b/dwm.suckless.org/patches/dwmfifo.md @@ -10,15 +10,15 @@ actions. You can use this patch to script dwm. As an example the following sequence of commands starts 2 terminals on each of the 2 monitors. -echo -n term > /tmp/dwm.fifo -sleep 0.5 -echo -n term > /tmp/dwm.fifo -sleep 0.5 -echo -n focusmon+ > /tmp/dwm.fifo -sleep 0.5 -echo -n term > /tmp/dwm.fifo -sleep 0.5 -echo -n term > /tmp/dwm.fifo + echo -n term > /tmp/dwm.fifo + sleep 0.5 + echo -n term > /tmp/dwm.fifo + sleep 0.5 + echo -n focusmon+ > /tmp/dwm.fifo + sleep 0.5 + echo -n term > /tmp/dwm.fifo + sleep 0.5 + echo -n term > /tmp/dwm.fifo The sleep in between is currently needed to avoid buffering up more than a single command. You may experiment with the actual