fixed several other stuff, coming closer to something useful
This commit is contained in:
parent
83d23908d3
commit
896f08d7d5
5 changed files with 23 additions and 15 deletions
4
event.c
4
event.c
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue