Skip to content

Instantly share code, notes, and snippets.

@jus-jus
Last active June 15, 2023 14:53
Show Gist options
  • Select an option

  • Save jus-jus/a5cf5c5948e4948b4b450ea2ed84c41b to your computer and use it in GitHub Desktop.

Select an option

Save jus-jus/a5cf5c5948e4948b4b450ea2ed84c41b to your computer and use it in GitHub Desktop.
Enable macOS to move window pressing anywhere on the window
In shell:
> defaults write -g NSWindowShouldDragOnGesture -bool true
Then log out from current macOS session
Press ⌘ + ⌃ + click any part if the window
To disable this behaviour:
> defaults delete -g NSWindowShouldDragOnGesture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment