diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |