fix: hyprland client not removed on closewindow #147

This commit is contained in:
Aylur
2023-10-26 23:25:12 +02:00
parent 59377ec1eb
commit 127e6a12a1
+1 -1
View File
@@ -277,8 +277,8 @@ class Hyprland extends Service {
this._active.client.updateProperty('class', '');
this._active.client.updateProperty('title', '');
this._active.client.updateProperty('address', '');
await this._syncClients();
await this._syncWorkspaces();
this._clients.delete('0x' + argv[0]);
this.emit('client-removed', '0x' + argv[0]);
break;