Skip to content

Commit

Permalink
fix(tiling): Keep windows on same display when toggling tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Sep 14, 2021
1 parent 49aba22 commit e3c1d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ export class Ext extends Ecs.System<ExtEvent> {
let actor = window.meta.get_compositor_private();
if (actor) {
if (!window.meta.minimized) {
tiler.auto_tile(this, window, false);
tiler.auto_tile(this, window, true);
}
}
}
Expand Down

0 comments on commit e3c1d35

Please sign in to comment.