dmarcotte/easy-move-resize

Suggestion: Option to disable drag/resize independently

veloek opened this issue · 0 comments

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.