ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] Numbering Windows in Ratpoisonrc


From: TBlittlefoot
Subject: [RP] Numbering Windows in Ratpoisonrc
Date: Fri, 21 Sep 2007 19:01:06 -0700

Greetings,

This has come up before:

http://lists.gnu.org/archive/html/ratpoison-devel/2002-10/msg00001.html

and I've managed to use the advice there by putting this at the end of my 
.ratpoisonrc:

exec /usr/local/bin/rp-startup.sh

which calls this script:


##!/bin/sh
#
#sleep 2
#
#ratpoison -c 'select md'
#ratpoison -c 'number 0'
#ratpoison -c 'select ff'
#ratpoison -c 'number 1'
#ratpoison -c 'select rt'
#ratpoison -c 'number 2'
#ratpoison -c 'select sy'
#ratpoison -c 'number 3'
#ratpoison -c 'select ca'
#ratpoison -c 'number 4'

It works okay, but I was wondering if a more elegant solution was possible now. 
Like
in the screenrc: screen -t md 0 

Thanks,

Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]