Skip to content
This repository was archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
also update title if the client is on an unfocused monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Aug 18, 2009
1 parent c307763 commit 89148b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 89148b6

Please sign in to comment.