applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :)
This commit is contained in:
parent
dd46d5b588
commit
3c48858ffa
2 changed files with 1 additions and 8 deletions
2
dwm.c
2
dwm.c
|
@ -1202,7 +1202,7 @@ movemouse(const Arg *arg) {
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue