Re: [dev] [dwm] move windows via keyboard

From: Rob <robpilling_AT_gmail.com>
Date: Sat, 14 May 2011 15:17:15 +0100

On 14 May 2011 12:39, ilf <ilf_AT_zeromail.org> wrote:
> I find myself using this mouse thing for moving floating windows around. Is
> there any way to do this via keyboard?
>
> I don't need to so this pixel by pixel, but rather from corner to corner.
>
> --
> ilf

Here's what I use, it's a modified version of moveresize.c
Add something like this to config.h:

        { MODKEY|ControlMask, XK_q, jumpto, {.i = 0}},
        { MODKEY|ControlMask, XK_e, jumpto, {.i = 1}},
        { MODKEY|ControlMask, XK_a, jumpto, {.i = 2}},
        { MODKEY|ControlMask, XK_d, jumpto, {.i = 3}},

Rob.

Received on Sat May 14 2011 - 16:17:15 CEST

This archive was generated by hypermail 2.2.0 : Sat May 14 2011 - 16:24:02 CEST