We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefa856 commit 4a5a783Copy full SHA for 4a5a783
src/window.ts
@@ -254,7 +254,7 @@ export class ShellWindow {
254
255
is_single_max_screen(): boolean {
256
let monitor_count = this.meta.get_display().get_n_monitors();
257
- return this.is_max_screen() && monitor_count == 1;
+ return (this.is_maximized() || this.smart_gapped) && monitor_count == 1;
258
}
259
260
is_snap_edge(): boolean {
0 commit comments