[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] rpws commands run from terminal in ratpoison, but not from .ra
From: |
Shawn Betts |
Subject: |
Re: [RP] rpws commands run from terminal in ratpoison, but not from .ratpoisonrc? |
Date: |
Tue, 15 Dec 2009 10:22:01 -0800 |
2009/12/14 Lich 0x2B <address@hidden>:
> Try this in your ratpoisonrc (in this order, and each command on a new line):
> exec rpws init 4
> exec rpws 1
> vsplit
> exec rpws 2
> hsplit
Careful! exec is asynchronous so you're setting up a race condition.
I'm not sure what the best way to avoid that is, though.
-Shawn