Skip to content

In Wayland treat GrabMode::ActiveWindow as GrabMode::WindowUnderCursor

Méven Car requested to merge meven/spectacle:shortcut-window into master

Under Wayland we don't allow direct ActiveWindow capture for security consideration. But Spectacle has this feature in its shortcut. As a fallback use WindowUnderCursor instead, which is functionnaly very close.

BUG: 386271

Merge request reports