Re: Info about workspaces
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 18, 2009 at 04:23:20PM -0700, Shawn Betts wrote:
> I believe I just committed a patch to rpws for this. Check out the git
> version of rp or wait a few days and I'll be making a release.
I just tried this out - from git, and noticed something a bit odd.
rpws has:
my $i;
for my $i (1..$num)
{
ws_init_ws( $i );
}
To initialize groups wspl1, wspl2, etc.
However I don't think wspl1 is ever used anywhere:
if( $which == 1 )
{
rp_call( "gselect default" );
}
else
{
rp_call( "gselect wspl$which");
}
This is slightly confusing when looking at the output from the
allwindows.sh script, as there is an entry that is never used (that I
can tell anyway).
--
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>