dotfiles
dotfiles copied to clipboard
Add NSWindowShouldDragOnGesture
"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
This is awesome!
control+command are sufficient, option is not required
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!
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!
Have you ever tried to log out and log in again?
Have you ever tried to log out and log in again?
I guess that must have been it. Thank you.
Thank you guy ❤️ I miss x11 very much, it feels very useful after turning on this option, it would be great if there is a magic that can shrink and enlarge the window 🫣 I am using now https://github.com/zenangst/MouseDef
@d1y thanks for the mention, I'm working on a huge update for MouseDef that includes all kinds of goodies :)