fixed several other stuff, coming closer to something useful

This commit is contained in:
Anselm R. Garbe
2006-07-11 23:46:39 +02:00
parent 83d23908d3
commit 896f08d7d5
5 changed files with 23 additions and 15 deletions

View File

@ -204,6 +204,10 @@ propertynotify(XEvent *e)
}
if(ev->atom == XA_WM_NAME || ev->atom == net_atom[NetWMName]) {
update_name(c);
if(c == stack)
draw_bar();
else
draw_client(c);
}
}
}