some changes

This commit is contained in:
Tio
2020-12-04 15:54:00 +01:00
parent d30a49d794
commit 5c695a315b
208 changed files with 252 additions and 164 deletions

View File

@ -12,5 +12,5 @@
],
"url": "https://github.com/hardpixel/unite-shell",
"uuid": "unite@hardpixel.eu",
"version": 43
"version": 44
}

View File

@ -134,7 +134,6 @@ var MetaWindow = GObject.registerClass(
win._uniteShellManaged = true
this.win = win
this.app = WinTracker.get_window_app(win)
this.xid = getXid(win)
this.signals = new Handlers.Signals()
@ -173,6 +172,10 @@ var MetaWindow = GObject.registerClass(
this.syncComponents()
}
get app() {
return WinTracker.get_window_app(this.win)
}
get hasFocus() {
return this.win.has_focus()
}