Browse Source

also update title if the client is on an unfocused monitor

master
Anselm R Garbe 15 years ago
parent
commit
5762964232
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -1235,7 +1235,7 @@ propertynotify(XEvent *e) {
}
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == selmon->sel)
if(c == c->mon->sel)
drawbars();
}
}


Loading…
Cancel
Save