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 3fcfb9d commit 1801a83Copy full SHA for 1801a83
src/auto_tiler.ts
@@ -199,6 +199,7 @@ export class AutoTiler {
199
const result = this.fetch_mode(ext, win, ignore_focus);
200
this.detach_window(ext, win.entity);
201
if (result.kind == ERR) {
202
+ log.debug(`attach to workspace: ${result.value}`)
203
this.attach_to_workspace(ext, win, ext.workspace_id(win));
204
} else {
205
this.attach_to_window(ext, result.value, win, { auto: 0 })
@@ -655,7 +656,7 @@ export class AutoTiler {
655
656
return Err('ignoring focus');
657
}
658
- const prev = ext.prev_focused[0]
659
+ const prev = ext.prev_focused[1]
660
661
if (!prev) {
662
return Err('no window has been previously focused');
0 commit comments