DesktopIntegration: Emit windows changed on workspace changed (#2058)

This commit is contained in:
Leonhard 2024-09-18 19:23:58 +02:00 committed by GitHub
parent 3fb861a367
commit 2c744c7d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ public class Gala.DesktopIntegration : GLib.Object {
public DesktopIntegration (WindowManagerGala wm) {
this.wm = wm;
wm.window_tracker.windows_changed.connect (() => windows_changed ());
wm.get_display ().get_workspace_manager ().active_workspace_changed.connect (() => windows_changed ());
}
public RunningApplication[] get_running_applications () throws GLib.DBusError, GLib.IOError {