X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=b89264c2f43ec7e23e7bb91c80a1db5ce220917f;hb=87836d79ef90e6c764d94c229183179a36eb699a;hp=7ccad39fd1df10206b06f557027cf606b50f8b0c;hpb=c8a12a0852a9befbf5a073910e8b0291914f80ab;p=dwm.git diff --git a/client.c b/client.c index 7ccad39..b89264c 100644 --- a/client.c +++ b/client.c @@ -93,7 +93,7 @@ focus(Client *c) { } sel = c; drawstatus(); - if(!activescreen) + if(!selscreen) return; if(c) { XSetWindowBorder(dpy, c->win, dc.sel[ColBorder]);