Skip to content

Commit

Permalink
DesktopIntegration: Emit windows changed on workspace changed (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 authored Sep 18, 2024
1 parent 3fb861a commit 2c744c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DesktopIntegration.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2c744c7

Please sign in to comment.