Does urxvt not change the window title to follow the CWD? I use xfce4-terminal and just parse out the path from the window title. It's hacky but it works, and is just a couple extra lines in rc.lua (no external program needed).
On Mon, Sep 8, 2014 at 12:03 PM, Ian Thompson <[email protected]> wrote: > > On Mon, Sep 8, 2014 at 11:58 AM, Paul Jolly <[email protected]> wrote: > awful.util.spawn("/home/myitcv/bin/newshell -p " .. > awful.client.focus.pid .. " '-e /home/myitcv/bin/unshare_mounts'") > > > The variable is client.focus.pid, not awful.client.focus.pid. I don't really > understand why it's different, but it is. > > Ian -- To unsubscribe, send mail to [email protected].
