-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple clients for
niri msg pick-window
WIP: Currently the ipc server gets stuck waiting for niri to return the picked window, and if the ipc client closes it doesn't realize that until niri returns the picked window leading to "ghost" window picking. In general having `self.niri.pick_window.retain(|tx| !tx.is_closed());` to cleanup closed clients in input events feels like the wrong place, but should work since having stale senders doesn't effect anything else. [skip ci]
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 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
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
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