Skip to content

Commit

Permalink
fix: Windows moved off a display with keyboard are no longer placed i…
Browse files Browse the repository at this point in the history
…n a new tree on the same display
  • Loading branch information
mmstick committed Sep 24, 2020
1 parent a465ad8 commit 4fc8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class Tiler {
}
} else {
ext.auto_tiler.detach_window(ext, focused.entity);
ext.auto_tiler.attach_to_monitor(ext, focused, [move_to, ext.active_workspace()], ext.settings.smart_gaps());
ext.auto_tiler.attach_to_workspace(ext, focused, [move_to, ext.active_workspace()]);
watching = focused;
}
}
Expand Down

0 comments on commit 4fc8df1

Please sign in to comment.