Skip to content

Commit

Permalink
window: invoke focus window callback on initialize
Browse files Browse the repository at this point in the history
fixes #299
  • Loading branch information
jonian committed Nov 9, 2022
1 parent 9962798 commit 5226e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions [email protected]/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ var WindowManager = GObject.registerClass(
)

Override.inject(this, 'window', 'WindowManager')

this._onFocusWindow(global.display)
}

get focusWindow() {
Expand Down

0 comments on commit 5226e5a

Please sign in to comment.