Re: [dwm] update moveresize for dwm 3.7

From: Jan Christoph Ebersbach <dwm_AT_e-jc.de>
Date: Tue, 27 Feb 2007 14:23:57 +0100

On Mon 26-02-2007 18:27, pancake wrote:

> > On Mon 26-02-2007 15:30, pancake wrote:
> >
> > > this is my config:
> >
> > Hm, does this config work for you?
> >
> > Every other value after the integer, except 'r', is interpreted as
> > an absolute instead of a relative moveresize.

Hi,

I added an implicit mouse move to the moveresize patch; the syntax for
absolute and relative resizes has also been changed.

Here is an example:

        { MODKEY|Mod1Mask , XK_h , moveresize , "-25x 0y 0w 0h" } , \
        { MODKEY|Mod1Mask , XK_l , moveresize , "25x 0y 0w 0h" } , \
        { MODKEY|Mod1Mask , XK_j , moveresize , "0x 25y 0w 0h" } , \
        { MODKEY|Mod1Mask , XK_k , moveresize , "0x -25y 0w 0h" } , \
        { MODKEY|ControlMask , XK_h , moveresize , "0X 0y 0w 0h" } , \
        { MODKEY|ControlMask , XK_l , moveresize , "9000X 0y 0w 0h" } , \
        { MODKEY|ControlMask , XK_j , moveresize , "0x 9000Y 0w 0h" } , \
        { MODKEY|ControlMask , XK_k , moveresize , "0x 15Y 0w 0h" } , \
        { MODKEY|ShiftMask , XK_h , moveresize , "0x 0y -25w 0h" } , \
        { MODKEY|ShiftMask , XK_l , moveresize , "0x 0y 25w 0h" } , \
        { MODKEY|ShiftMask , XK_j , moveresize , "0x 0y 0w 25h" } , \
        { MODKEY|ShiftMask , XK_k , moveresize , "0x 0y 0w -25h" } , \

Jan Christoph

-- 
For everything there is a season, and a time for every purpose under
heaven. Ecclesiastes 3,1

Received on Tue Feb 27 2007 - 14:24:03 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:38:21 UTC