Run the following command in terminal to enable cmd+control click to drag windows around
#enable
defaults write -g NSWindowShouldDragOnGesture -bool true
#disable
defaults delete -g NSWindowShouldDragOnGesture
restart your computer
Run the following command in terminal to enable cmd+control click to drag windows around
#enable
defaults write -g NSWindowShouldDragOnGesture -bool true
#disable
defaults delete -g NSWindowShouldDragOnGesture
restart your computer