Quick #macOS tip:
You can drag your windows from anywhere (and not just their title bar), holding control+CMD (`⌃`+`⌘` ). It's a built-in feature, it's just disabled by default. This is the terminal command to enable it (minus backticks):
`defaults write -g NSWindowShouldDragOnGesture -bool true`
Log out and in again afterwards. To disable it, set the boolean to `false` again.