Skip to content

Commit

Permalink
HideTracker: Take windows that are only vertically maximized into acc…
Browse files Browse the repository at this point in the history
…ount (#2110)

Co-authored-by: Leo <lenemter@gmail.com>
  • Loading branch information
leolost2605 and lenemter authored Nov 7, 2024
1 parent b2bfe28 commit 20a0573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShellClients/HideTracker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public class Gala.HideTracker : Object {
}

focus_overlap = true;
focus_maximized_overlap = window.get_maximized () == BOTH;
focus_maximized_overlap = VERTICAL in window.get_maximized ();
}

update_hidden ();
Expand Down

0 comments on commit 20a0573

Please sign in to comment.