top | item 46587376

(no title)

jackwilsdon | 1 month ago

Moving windows like this is already built into macOS but it's hidden behind a flag for some reason:

  defaults write -g NSWindowShouldDragOnGesture -bool true
You can then use Control+Command+Click to move windows from anywhere inside them. Sadly this doesn't provide resizing.

discuss

order

atommclain|1 month ago

FWIW I have a note in my dot files that for this to take effect you need to logout and then log back in, not sure if this is (still?) the case.

oneeyedpigeon|1 month ago

I think you still need to. I just tested and it doesn't take immediate effect. Which means I’ve now got to try to remember that keyboard shortcut and try it out the next time I restart...