commit 1d29a1e30201d15fb6cd7bce76013a77679f29b0
Author: Michael Buch <[email protected]>
Date:   Sun Jan 27 18:00:06 2019 +0000

    Add constraint under which patch does not work; also remove dead link

diff --git a/dwm.suckless.org/patches/spawn_cwd/index.md 
b/dwm.suckless.org/patches/spawn_cwd/index.md
index bdee1a64..c467424c 100644
--- a/dwm.suckless.org/patches/spawn_cwd/index.md
+++ b/dwm.suckless.org/patches/spawn_cwd/index.md
@@ -4,9 +4,14 @@ spawn\_cwd
 Description
 -----------
 Spawns programs from currently focused client's working directory. See this
-[blog post](https://sunaku.github.io/dwm-spawn-cwd-patch.html) and this
-[announcement thread](http://thread.gmane.org/gmane.comp.misc.suckless/7959)
-for more information.
+[blog post](https://sunaku.github.io/dwm-spawn-cwd-patch.html) for more 
information.
+
+Currently the patch does not spawn into the cwd when the path
+to the working directory is 15 characters of length. For example
+spawning a new shell from a directory called ~/abcdefghijklm will
+open the shell in the home directory instead. This happens because
+the cwd to open is taken from the dwm status which gets truncated at a
+certain depth using ellipses (.../path/to/long/dir/name).
 
 Download
 --------


Reply via email to