We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dc829 commit e8dd2adCopy full SHA for e8dd2ad
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