Re: [dwm] update moveresize for dwm 3.7

From: pancake <pancake_AT_youterm.com>
Date: Mon, 26 Feb 2007 15:30:40 +0100

I dislike this approach but the idea is nice (except for the onmouseover focus
that can bring usability problems because of the loss of focus when moving or
resizing the window).

Why not just use an array with 4 values? string parsing is clockwaste.

this is my config:

        { MODKEY|ControlMask, XK_h, moveresize, "-64x 0y 0w 0h" }, \
        { MODKEY|ControlMask, XK_l, moveresize, "64x 0y 0w 0h" }, \
        { MODKEY|ControlMask, XK_j, moveresize, "0x 64y 0w 0h" }, \
        { MODKEY|ControlMask, XK_k, moveresize, "0x -64y 0w 0h" }, \
        { MODKEY|ShiftMask|ControlMask, XK_h, moveresize, "0x 0y -32w 0h" }, \
        { MODKEY|ShiftMask|ControlMask, XK_l, moveresize, "0x 0y 32w 0h" }, \
        { MODKEY|ShiftMask|ControlMask, XK_j, moveresize, "0x 0y 0w 32h" }, \
        { MODKEY|ShiftMask|ControlMask, XK_k, moveresize, "0x 0y 0w -32h" }, \

--pancake

On Mon, 26 Feb 2007 14:16:05 +0100
Jan Christoph Ebersbach <dwm_AT_e-jc.de> wrote:

> Hi, here is an update of moveresize according to Anselm's comments.
>
> Mahlzeit.
>
> Jan Christoph
> --
> For everything there is a season, and a time for every purpose under
> heaven. Ecclesiastes 3,1
>

  --pancake
Received on Mon Feb 26 2007 - 15:30:47 UTC

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