Client: Update selbar if selected client get a new title
This commit is contained in:
parent
4199b7bb50
commit
8a236cc7ac
@ -396,6 +396,9 @@ client_get_name(Client *c)
|
||||
|
||||
frame_update(c);
|
||||
|
||||
if(conf.bars.selbar && c == sel)
|
||||
infobar_draw_selbar(c->screen);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user