Re: [dwm] [patch] move clients in layout

2008-10-07 Thread Monsieur Pinocchio
On Tue, Oct 7, 2008 at 10:36 PM, Niki Yoshiuchi <[EMAIL PROTECTED]> wrote: > Hello! This is my first message to this mailing list so I thought I'd > start by contributing a patch. This patch allows you to move clients around > to reposition them in a tiled layout. The behavior is meant to emula

[dwm] [patch] move clients in layout

2008-10-07 Thread Niki Yoshiuchi
Hello! This is my first message to this mailing list so I thought I'd start by contributing a patch. This patch allows you to move clients around to reposition them in a tiled layout. The behavior is meant to emulate Xmonad's mod-shift-k and mod-shift-j. m-s-j swaps a client with the next visib

Re: [dwm] [dvtm] testing current git HEAD aka dvtm-0.5-rc1

2008-10-07 Thread Marc Andre Tanner
On Tue, Oct 07, 2008 at 02:12:52AM +0200, Claudio M. Alessi wrote: > > Hi, >i gave a quick try to the git HEAD and i found that something doesn't > work properly. I toggled the CONFIG_CMDFIFO constant in config.mk and i > had to change the following line 626 to this one: > >const char *en

Re: [dwm] patch on movemouse/resizemouse

2008-10-07 Thread Peter Kosyh
Hm... I can't say it's not high... On my notebook system now i can use move and resize without lags and without gaining to higher CPU clock speed, but ok, it is still high, i think. На Tue, Oct 07, 2008 at 01:27:41PM +0200, Claudio M. Alessi писал(а): > On Tue, Oct 07, 2008 at 02:18:35PM +0400, P

Re: [dwm] patch on movemouse/resizemouse

2008-10-07 Thread Claudio M. Alessi
On Tue, Oct 07, 2008 at 02:18:35PM +0400, Peter Kosyh wrote: > Hopes, it will help for someone... :) No changes here: i still have an high CPU usage while resizing (not moving) clients. Claudio M. Alessi -- JID: [EMAIL PROTECTED] WWW: http://dinotte.altervista.org -BEGIN GEEK CODE BLOCK

[dwm] patch on movemouse/resizemouse

2008-10-07 Thread Peter Kosyh
Hi all! I am not sure, if my patch is *right way*, but it helps me to avoid lags/memory effect and high cpu usage while movemouse/resizemouse on my system. Hopes, it will help for someone... :) Thanx for dwm. :) w.b.r Peter diff -Nur dwm-5.2/dwm.c dwm-5.2.moveresize/dwm.c --- dwm-5.2/dwm.c 200