Skip to content

Commit

Permalink
fix: Window opening on dual screen pop-os#1183
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxHeki committed Oct 15, 2021
1 parent a49d7be commit ee60b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auto_tiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ export class AutoTiler {
}

return onto.meta.get_monitor() == win.meta.get_monitor() && onto.workspace_id() == win.workspace_id()
? Ok(onto)
: Err('window is not on the same monitor or workspace');
? Ok(onto)
: Err('window is not on the same monitor or workspace');
}

private toggle_orientation_(ext: Ext, focused: ShellWindow): Result<void, string> {
Expand Down

0 comments on commit ee60b64

Please sign in to comment.