[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] execf not working
From: |
Martin Steer |
Subject: |
Re: [RP] execf not working |
Date: |
Sat, 7 Jan 2012 15:35:51 +1100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Jan 06, 2012 at 08:09:22AM +0100, Kelly Collier wrote:
Thanks to both of you for your replies. Guess I'll look for a
different solution to my problem than execf. (I'm trying to find a
means to open an application in a frame that isn't selected.)
I recall that this sort of question has been asked a number of times,
so the archives might be worth a look.
Perhaps something like this will work for you:
alias foo exec xtoolwait xterm -T 'foo' && ratpoison -c 'number 1'
Martin