Re: [dwm] update moveresize for dwm 3.7

2007-02-27 Thread pancake
Yeah, this new syntax looks cleaner for me. good job. > 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 >>

Re: [dwm] update moveresize for dwm 3.7

2007-02-27 Thread Jan Christoph Ebersbach
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

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread pancake
> 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. Yup, but sorry, i forgot to say that i had patched your patch O:) > On t

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
On Mon 26-02-2007 15:30, pancake wrote: > 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, mover

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
On Mon 26-02-2007 16:05, pancake wrote: > Is possible to move the cursor following the floating window? this way > the focus will never be lost. Yep, this would be an improvement and I already thought about adding this feature. > BTW it is possible to move/resize a window to a certain position w

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread pancake
Is possible to move the cursor following the floating window? this way the focus will never be lost. BTW it is possible to move/resize a window to a certain position with this patch? or it's only absolute? > On Mon, Feb 26, 2007 at 03:30:40PM +0100, pancake wrote: >> I dislike this approach but t

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread Anselm R. Garbe
On Mon, Feb 26, 2007 at 03:30:40PM +0100, pancake wrote: > 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). Well I dislike the approach to make mix moveresize for a

Re: [dwm] update moveresize for dwm 3.7

2007-02-26 Thread pancake
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|ControlMas

[dwm] update moveresize for dwm 3.7

2007-02-26 Thread Jan Christoph Ebersbach
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 diff -r baee494346e5 client.c --- a/client.c Sat Feb 24 15:40:50 2007 +0100 +++ b/client.c Mon Feb 26 13:57