projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba6b21
)
also update title if the client is on an unfocused monitor
author
Anselm R Garbe
<garbeam@gmail.com>
Tue, 18 Aug 2009 14:42:55 +0000
(15:42 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Tue, 18 Aug 2009 14:42:55 +0000
(15:42 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 74b77957aa92d06e39eef9fa1c742a9fa7d941a4..f63a1c09e1d7b5d92eeb8f32c89a365f1cab88d9 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1235,7
+1235,7
@@
propertynotify(XEvent *e) {
}
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
- if(c ==
sel
mon->sel)
+ if(c ==
c->
mon->sel)
drawbars();
}
}