Skip to content

compositor: Focus the no input window during modal plugin operations

Carlos Garnacho requested to merge wip/carlosg/unfocus-on-modal into master

Modal operations are usually far from transient, so it makes sense to unfocus the currently focused window while the operation is going on. If the window is still alive when the modal operation is finished, focus will be restored back.

Closes: gnome-shell#452

Merge request reports