Re: Re: [wmii] wmii-3 and window 'z-index'/'z-stack' handling problem with the float layout

From: Alexandru E. Ungur <alexandru_AT_globalterrasoft.ro>
Date: Sat, 14 Oct 2006 16:12:53 +0300

>>> sender: "Denis Grelich" date: "Sat, Oct 14, 2006 at 02:15:36PM +0200" <<<EOQ
> On Sat, 14 Oct 2006 08:54:28 +0800
> "Jeffrey Lim" <jfs.world_AT_gmail.com> wrote:
>
> > Or that I must be forced to accept a
> > 50-50 width size for my windows (the width allocation for the columns
> > is not adjustable, unlike wmii-2), and use multiple columns instead?
> > But what if i (very frequently for me, and i'm sure for more than a
> > few others as well) want to pair one necessarily BIG window, say a
> > browser, with one smaller one, say an xterm? The 50-50 split will make
> > my xterm bigger than it needs to be... and my browser window so much
> > smaller than it should be.
>
> I'm sorry that I can't elaborate on all of your mail atm, there is one
> thing that might help you directly by helping you makeing use of the
> managed mode more often. You CAN resize the columns. Yes, resizing by
> pulling the border has gone (because it was decided that it was not too
> useful, somehow), but you still can resize by »Alt-Right
> Click-Pulling« one of the corners. Hope that helps.
Besides using mouse you can also resize from keyboard if you really want
to. I like in DWM very much how I can resize from keyboard :) so I mapped
these commands in WMII as well:

        $MODKEY-Control-Left)
            xwrite /view/sel/sel/geom +0 +0 -10 +0;;
        $MODKEY-Control-Right)
            xwrite /view/sel/sel/geom +0 +0 +10 +0;;
        $MODKEY-Control-Up)
            xwrite /view/sel/sel/geom +0 +0 +0 -10;;
        $MODKEY-Control-Down)
            xwrite /view/sel/sel/geom +0 +0 +0 +10;;

Now I can resize from keyboard in WMII as well :) It has some quirks, in
particular it won't work if you try it on the rightmost column, also it only
works nice for the first window in a column, but it still beats mouse for
me :)

Cheers,
Alex
Received on Sat Oct 14 2006 - 15:12:58 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:15:42 UTC