mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
parent
856984a7f6
commit
2d46fc5602
@ -605,10 +605,13 @@ static void handle_view_state_request(wlc_handle view, enum wlc_view_state_bit s
|
||||
sway_log(L_DEBUG, "setting view %" PRIuPTR " %s, fullscreen %d", view, c->name, toggle);
|
||||
arrange_windows(c->parent, -1, -1);
|
||||
// Set it as focused window for that workspace if its going fullscreen
|
||||
if (toggle) {
|
||||
swayc_t *ws = swayc_parent_by_type(c, C_WORKSPACE);
|
||||
if (toggle) {
|
||||
// Set ws focus to c
|
||||
set_focused_container_for(ws, c);
|
||||
ws->fullscreen = c;
|
||||
} else {
|
||||
ws->fullscreen = NULL;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user