We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb861a commit 2c744c7Copy full SHA for 2c744c7
src/DesktopIntegration.vala
@@ -24,6 +24,7 @@ public class Gala.DesktopIntegration : GLib.Object {
24
public DesktopIntegration (WindowManagerGala wm) {
25
this.wm = wm;
26
wm.window_tracker.windows_changed.connect (() => windows_changed ());
27
+ wm.get_display ().get_workspace_manager ().active_workspace_changed.connect (() => windows_changed ());
28
}
29
30
public RunningApplication[] get_running_applications () throws GLib.DBusError, GLib.IOError {
0 commit comments