We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0724c commit 3a3710aCopy full SHA for 3a3710a
sway/tree/view.c
@@ -601,7 +601,7 @@ static bool should_focus(struct sway_view *view) {
601
}
602
603
// View opened "under" fullscreen view should not be given focus.
604
- if (root->fullscreen_global || map_ws->fullscreen) {
+ if (root->fullscreen_global || !map_ws || map_ws->fullscreen) {
605
return false;
606
607
0 commit comments