Last active
June 15, 2023 14:53
-
-
Save jus-jus/a5cf5c5948e4948b4b450ea2ed84c41b to your computer and use it in GitHub Desktop.
Enable macOS to move window pressing anywhere on the window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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