Comment by _def

Comment by _def a day ago

1 reply

I recently learned about a shortcut you can enable for moving windows, is something similar around for resizing? On linux I do this via alt + left click and alt + right click

`NSWindowShouldDragOnGesture` setting allows you to drag windows at any point if you hold ⌃⌘

`defaults write -g NSWindowShouldDragOnGesture -bool YES`

gcbirzan a day ago

I'm using Easy Move+Resize, though, I don't recommend using cmd as the only modifier (you're already using ctrl+cmd, so shouldn't be a big deal), since that screws up with cmd clicking on links to open in a new tab.