X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=0a59c22d30b508504f46527134531ba0a8fbd3e6;hb=edb2660a2e61e300fb47a9a15fb264fca5c9895e;hp=5c69718257ae0990c7f887ed6e2aac82677dc5ab;hpb=17ec726b494c2ee6e6b5dbe00bb83b2d931b3fc0;p=dwm.git diff --git a/client.c b/client.c index 5c69718..0a59c22 100644 --- a/client.c +++ b/client.c @@ -81,7 +81,6 @@ void focus(Client *c) { if(c && !isvisible(c)) return; - if(sel && sel != c) { grabbuttons(sel, False); XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);