ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Xnest question


From: Martin Samuelsson
Subject: Re: [RP] Xnest question
Date: Mon, 11 Apr 2005 17:31:21 +0200
User-agent: Mutt/1.5.6+20040907i

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




reply via email to

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