Update view border when workspace is focused

When a workspace is focused, update the borders of all its child containers to
be focused to indicate the workspace container is focused.
This commit is contained in:
Tony Crisci 2016-07-31 21:42:51 -04:00
parent d731d6a846
commit fe608c80ae
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ bool set_focused_container(swayc_t *c) {
} else if (c->type == C_WORKSPACE) {
// remove previous focus if view_focus is unlocked
if (!locked_view_focus) {
update_container_border(c);
wlc_view_focus(0);
}
}