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 NSWindowShouldDragOnGesture #828

Open
stevemoser opened this issue on Feb 12, 2018 · 3 comments
Open

Add NSWindowShouldDragOnGesture #828

stevemoser opened this issue on Feb 12, 2018 · 3 comments

Comments

@stevemoser
Copy link

@stevemoser stevemoser commented on Feb 12, 2018

"My favorite macOS hack: "defaults write -g NSWindowShouldDragOnGesture YES". Restart any app. Slam down ctrl-opt-cmd and you can click and drag a window from any location."

https://twitter.com/nibroc/status/963088893758259200

@mathiasbynens
Copy link

@mathiasbynens mathiasbynens commented on Feb 12, 2018

This is awesome!

@Scvairy
Copy link

@Scvairy Scvairy commented on Oct 15, 2020

control+command are sufficient, option is not required

laurynas-biveinis added a commit to laurynas-biveinis/dotfiles that referenced this issue on Oct 15, 2020
@grossjohann
Copy link

@grossjohann grossjohann commented 6 hours ago

I believe this works without this configuration, as well. I first tried:

defaults write -g NSWindowShouldDragOnGesture -bool true

And tried it out and it worked. After that, I did:

defaults delete -g NSWindowShouldDragOnGesture

And it still worked!

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

No branches or pull requests

4 participants