Re: [dwm] floating windows

From: Jan Christoph Ebersbach <dwm_AT_e-jc.de>
Date: Sat, 24 Feb 2007 19:44:38 +0100

On Fri 09-02-2007 23:30, Jan Christoph Ebersbach wrote:

> I wrote a small patch for moving and resizing. - It misuses arg->i
> heavily :/

I updated moveresize to dwm 3.7 and adapted the argmuent to const char.

Jan Christoph

        { MODKEY|Mod1Mask , XK_h , moveresize , "x-25" } , \
        { MODKEY|Mod1Mask , XK_l , moveresize , "x+25" } , \
        { MODKEY|Mod1Mask , XK_j , moveresize , "y+25" } , \
        { MODKEY|Mod1Mask , XK_k , moveresize , "y-25" } , \
        { MODKEY|ControlMask , XK_h , moveresize , "x0" } , \
        { MODKEY|ControlMask , XK_l , moveresize , "x9000" } , \
        { MODKEY|ControlMask , XK_j , moveresize , "y9000" } , \
        { MODKEY|ControlMask , XK_k , moveresize , "y15" } , \
        { MODKEY|ShiftMask , XK_h , moveresize , "w-25" } , \
        { MODKEY|ShiftMask , XK_l , moveresize , "w+25" } , \
        { MODKEY|ShiftMask , XK_j , moveresize , "h+25" } , \
        { MODKEY|ShiftMask , XK_k , moveresize , "h-25" } , \

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

Received on Sat Feb 24 2007 - 19:46:48 UTC

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