dmarcotte / easy-move-resize

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

Suggestion: Option to disable drag/resize independently #87

Closed veloek closed 1 year ago

veloek commented 1 year ago

macOS already have support for dragging windows with ctrl+cmd+click which works better wrt. aligning windows (ref. #51):

defaults write -g NSWindowShouldDragOnGesture -bool true

So I only really want the resizing feature, but now it's both or nothing.