Re: [gentoo-user] how to open a chdired rxvt?

2007-04-28 Thread anhnmncb
On Sat, Apr 28, 2007 at 04:08:55PM +0200, Daniel Vrcic wrote: > DestroyFunc FvwmTermDoc > AddToFunc FvwmTermDoc > + I Exec exec $(cd ~/doc && rxvt) > > # Keybind > Key C A MC FvwmTermDoc > > -- > Daniel Vrcic > -- solved, well done! Thank you, Daniel Vrcic. My way: Key C

Re: [gentoo-user] how to open a chdired rxvt?

2007-04-28 Thread Daniel Vrcic
* Daniel Vrcic <[EMAIL PROTECTED]> [07-04-28 12:12]: > * anhnmncb <[EMAIL PROTECTED]> [07-04-28 11:39]: > > hi, list: > > I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm > > and the working dir is ~/, then I want to open a rxvt, which working > > dir is ~/doc, so I try: > >

Re: [gentoo-user] how to open a chdired rxvt?

2007-04-28 Thread Daniel Vrcic
* anhnmncb <[EMAIL PROTECTED]> [07-04-28 11:39]: > hi, list: > I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm > and the working dir is ~/, then I want to open a rxvt, which working > dir is ~/doc, so I try: > rxvt -hold -e bash -c "cd ~/doc" That should be: (cd ~doc/

[gentoo-user] how to open a chdired rxvt?

2007-04-27 Thread anhnmncb
hi, list: I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm and the working dir is ~/, then I want to open a rxvt, which working dir is ~/doc, so I try: rxvt -hold -e bash -c "cd ~/doc" but it doesn't work. I don't know if I express clearly? Any advice will be regards.