diff -r 615b8b2e9457 -r fc9d35252ab4 event.c --- a/event.c Fri Aug 25 18:14:55 2006 +0200 +++ b/event.c Mon Aug 28 08:02:29 2006 +0200 @@ -116,8 +116,10 @@ return; } } - if(ev->x < x + bmw) - togglemode(NULL); + if(ev->x < x + bmw) { + if(ev->button == Button1) + togglemode(NULL); + } } else if((c = getclient(ev->window))) { focus(c);