From: Daniel Vrcic <daniel.vrcic@si.htnet.hr>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] how to open a chdired rxvt?
Date: Sat, 28 Apr 2007 16:08:55 +0200 [thread overview]
Message-ID: <20070428140854.GB2924@ipanema.org> (raw)
In-Reply-To: <20070428100404.GA2924@ipanema.org>
* Daniel Vrcic <daniel.vrcic@si.htnet.hr> [07-04-28 12:12]:
> * anhnmncb <anhnmncb@gmail.com> [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/ && urxvt)
>
> [...]
Sorry, correction... I'm also using fvwm and I have some entries in
fvwm2rc regarding your issue. The command from the previous mail works
if it's being executed from the shell/term_emul (discard the doc's slash
:) but it would not if it's just pasted into fvwm2rc. There you should
have something like:
DestroyFunc FvwmTermDoc
AddToFunc FvwmTermDoc
+ I Exec exec $(cd ~/doc && rxvt)
# Keybind
Key C A MC FvwmTermDoc
--
Daniel Vrcic
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2007-04-28 14:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070427123551.GA24860@gentoo>
2007-04-28 10:04 ` [gentoo-user] how to open a chdired rxvt? Daniel Vrcic
2007-04-28 14:08 ` Daniel Vrcic [this message]
2007-04-29 1:10 ` anhnmncb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070428140854.GB2924@ipanema.org \
--to=daniel.vrcic@si.htnet.hr \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox