rxhanson / RectanglePro-Community

Bug reports and discussion for the Rectangle Pro app
https://rectangleapp.com/pro
98 stars 1 forks source link

Customize nudge amount? #327

Closed NachiGithub closed 1 year ago

NachiGithub commented 1 year ago

Hi,

I use the nudge left/right/up/down keyboard shortcut to move windows around. Is it possible to customize the amount by which the nudge command moves a window?

Thanks

rxhanson commented 1 year ago

20px is the default.

You can change it with this terminal command, followed by an app restart:

defaults write com.knollsoft.Hookshot nudgeDistance -float 100
NachiGithub commented 1 year ago

Wonderful. Thanks!

It'll be good to have these options listed somewhere. I looked in terminal commands document, but didn't see it there.