Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (725B)
---
1 spawn\_cwd
2 ==========
3
4 Description
5 -----------
6 Spawns programs from currently focused client's working directory. See t…
7 [blog post](https://sunaku.github.io/dwm-spawn-cwd-patch.html) for more …
8
9 Currently the patch does not spawn into the cwd when the path
10 to the working directory is 15 characters of length. For example
11 spawning a new shell from a directory called ~/abcdefghijklm will
12 open the shell in the home directory instead. This happens because
13 the cwd to open is taken from the dwm status which gets truncated at a
14 certain depth using ellipses (.../path/to/long/dir/name).
15
16 Download
17 --------
18 * [dwm-6.0-spawn\_cwd.diff](dwm-6.0-spawn_cwd.diff)
19
20 Author
21 ------
22 * Suraj N. Kurapati - <[email protected]>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.