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