dmarcotte / easy-move-resize

Adds "modifier key + mouse drag" move and resize to OSX
MIT License
902 stars 73 forks source link

Add option to only use the resize function #89

Closed veloek closed 1 year ago

veloek commented 1 year ago

With this option is possible to use the tool only for resizing and use the built-in support in macOS for ctrl+cmd+click to move windows, i.e:

defaults write -g NSWindowShouldDragOnGesture -bool true

Resolves #87

anthonyjclark commented 1 year ago

I've been using @veloek 's branch for a few days without any trouble.

dmarcotte commented 1 year ago

Thanks @veloek! Lovely change.

dmarcotte commented 1 year ago

FYI this was just released: https://github.com/dmarcotte/easy-move-resize/releases/tag/1.6.0

Thanks again!