From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: Re: [9fans] Rio windows size and location From: "Russ Cox" Date: Fri, 4 Jul 2008 11:49:05 -0400 In-Reply-To: <36a1d00ea12f162fcd7c7c09d8097289@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080704154700.509E71E8C75@holo.morphisms.net> Topicbox-Message-UUID: db7b5c16-ead3-11e9-9d60-3106f5b1d025 Rather than fiddle with rio's guts, you'd do better to implement your own window command that surveys the screen size (cat /dev/draw/new >[2]/dev/null | awk '{print $7, $8}') the locations of current windows (wloc) and then implements any algorithm you like for placing windows. Russ