applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :)
Anselm R Garbe anselm@garbe.us
Fri, 25 Mar 2011 13:57:54 +0000
M
dwm.c
→
dwm.c
@@ -1202,7 +1202,7 @@ break;
case MotionNotify: nx = ocx + (ev.xmotion.x - x); ny = ocy + (ev.xmotion.y - y); - if(snap && nx >= selmon->wx && nx <= selmon->wx + selmon->ww + if(nx >= selmon->wx && nx <= selmon->wx + selmon->ww && ny >= selmon->wy && ny <= selmon->wy + selmon->wh) { if(abs(selmon->wx - nx) < snap) nx = selmon->wx;