Re: [dwm] how can I start such a urxvt?

From: <dfenze_AT_gmail.com>
Date: Thu, 17 May 2007 12:54:46 +0200

On (17/05/07 18:28), wuyue1982 wrote:
> hello, for some reason, I want to start a special urxvt. urxvt starts at
> ~/ by default as you know, but I want to start a urxvt which starts at
> ~/doc/, in fvwm, I can achieve it by edit .fvwm2rc:
> Key F2 A 4 Exec exec $(cd ~/doc && urxvtc)
> So I have try write:
> { MODKEY, XK_F2, spawn, "exec $(cd ~/doc && urxvtc)
> but seems not work.
> Any advises? Thank you, maybe you can understand me, my English is very
> poor as you see ^_^
>
> Cheers,
>
>

try "cd ~/doc; exec urxvtc", or you can always write some simple wrapper
:)

--anydot
Received on Thu May 17 2007 - 12:54:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:41:51 UTC