ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Xnest question


From: Stephen Lavelle
Subject: Re: [RP] Xnest question
Date: Tue, 12 Apr 2005 00:55:26 +0100 (IST)

that gives me a "Badly placed ()'s." Error.

And I was thinking more along the lines of a "size Xnest to the size of
the currently selected frame" sort of thing...not really that I'd really
use it (so...you know, don't sweat about it heh), except for gimping
activities of course.

Stephen

On Mon, 11 Apr 2005, Martin Samuelsson wrote:

> On Sun, Apr 10, 2005 at 04:11:05PM +0100, Stephen Lavelle wrote:
> > Does anyone have any nice scripts to make xnest work nicely in ratpoison?
> > (i.e. setting the window size; possibly also resetting the windowsize when
> > frames are resized)
>
> How about this for setting the size to screen size? Or how did you mean?
>
> alias myXnest exec (output=`xwininfo -root`; w=`echo "$output"|awk 
> '$1=="Width:" {print $2}'`; h=`echo "$output"|awk '$1=="Height:" {print 
> $2}'`; Xnest -geometry "$w"x"$h" :1)
>
> Resizing a Xnest server I don't think is possible, but I've been proven
> wrong in the close past on other issues. So who knows?
> --
> /Martink
>
>
> _______________________________________________
> Ratpoison-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ratpoison-devel
>




reply via email to

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