On Wed, 18 Jan 2006 11:14:21 +0100 "Anselm R. Garbe" <[EMAIL PROTECTED]> 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. _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
