-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toplevel-management: Make
move_to_workspace
work with minimized window
Iterating over `.windows()` for each workspace does not iterate over `minimized_windows`, so `from_workspace` was not found. Simply changing this to use `element_for_surface` and `space_for` (like `fullscreen` and `unfullscreen`) fixes this. Addresses pop-os/cosmic-workspaces-epoch#89. Though it does unminimize the window, which we may also want to change.
- Loading branch information
Showing
1 changed file
with
17 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters