Comment by _def
15 hours ago
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`
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.