Fmstrat / wintile

Windows 10 window tiling for GNOME
GNU General Public License v3.0
434 stars 55 forks source link

Secondary move #121

Closed GrylledCheez closed 1 year ago

GrylledCheez commented 1 year ago

Fixed secondary movement

When a movement type isn't masked as type 1, an async handler that waits on a click will be started and destroyed after it's triggered.

This means that users can right-click -> move -> click, and everything will work as intended.

resolves #119

GrylledCheez commented 1 year ago

This issue stems fron an upstream package mutter. We can't fix it here.