Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to only use the resize function #89

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

veloek
Copy link
Contributor

@veloek veloek commented Jan 5, 2023

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

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`
@anthonyjclark
Copy link

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

@dmarcotte
Copy link
Owner

Thanks @veloek! Lovely change.

@dmarcotte dmarcotte merged commit 374aa9a into dmarcotte:main Apr 25, 2023
@dmarcotte
Copy link
Owner

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

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: Option to disable drag/resize independently
3 participants