Re: [wmii] How to move bar to top without covering windows

From: Charlie Law <chaslaw_AT_gmail.com>
Date: Thu, 19 Jan 2006 11:59:46 +0000

On Wed, 18 Jan 2006 11:14:21 +0100
"Anselm R. Garbe" <garbeam_AT_wmii.de> wrote:

> On Tue, Jan 17, 2006 at 10:24:11PM +0100, Christof Musik wrote:
> > wmiir write /wm/default/page/size '0,$BAR_HEIGHT,east,south'
>
> That won't work because $BAR_HEIGHT is within quotes, it should
> look like:
>
> wmiir write /wm/default/page/size 0,$BAR_HEIGHT,east,south
>
> or like:
>
> wmiir write /wm/default/page/size '0,'^$BAR_HEIGHT^',east,south'

For some reason, I still can't get this to work using the variable $BAR_HEIGHT. Even when I open a new page, the bar gets covered as soon as I open any windows. I'm using a tiled layout, if that makes any difference.

However, if I hard-code in my preferred BAR_HEIGHT (i.e., 16), it works fine.

It would be cleaner if I could enter the variable somehow. I tried both of the strings that Anselm recommended, but for some reason the value for $BAR_HEIGHT isn't being passed along.

Any ideas? BTW, I have upgraded to wmii-2.5.1, which is very nice indeed.

Thanks.
Received on Thu Jan 19 2006 - 12:59:24 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:59:44 UTC