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 4c69349 commit 93634d6Copy full SHA for 93634d6
src/extension.ts
@@ -1746,7 +1746,7 @@ export class Ext extends Ecs.System<ExtEvent> {
1746
if (screenShield?.locked) this.update_display_configuration(false);
1747
1748
this.connect(display, 'notify::focus-window', () => {
1749
- const window = this.focus_window()
+ const window = this.get_window(display.get_focus_window())
1750
if (window) this.on_focused(window)
1751
return false
1752
});
0 commit comments