Re: rpws commands run from terminal in ratpoison, but not from .ratpoisonrc?
Shawn Betts <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
2009/12/14 Lich 0x2B <[email protected]>: > 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