mirror of
https://github.com/swaywm/sway.git
synced 2026-04-05 07:15:41 -04:00
Allow containers to be fullscreen
This commit is contained in:
parent
c8dc9b3b30
commit
27a20a4884
18 changed files with 226 additions and 156 deletions
|
|
@ -632,8 +632,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|||
|
||||
if (last_workspace && last_workspace == new_workspace
|
||||
&& last_workspace->sway_workspace->fullscreen
|
||||
&& container && container->type == C_VIEW
|
||||
&& !container->sway_view->is_fullscreen) {
|
||||
&& container && !container_is_fullscreen_or_child(container)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue