mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Mark focused view focus_inactive on unfocused output
This commit is contained in:
parent
d80466068a
commit
7878de5ccc
3 changed files with 9 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ static void update_focus(swayc_t *c) {
|
|||
|
||||
// Case where output changes
|
||||
case C_OUTPUT:
|
||||
// update borders for views in prev
|
||||
container_map(prev, map_update_view_border, NULL);
|
||||
wlc_output_focus(c->handle);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue