rxhanson / RectanglePro-Community

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

The cascade window feature could be configured with the size of windows, please give us this option #497

Open warror988 opened 4 months ago

warror988 commented 4 months ago

I want to cascade windows with a custom size for all those windows in cascade

rxhanson commented 4 months ago

You can specify width and height with the following Terminal commands:

defaults write com.knollsoft.Hookshot cascadeWidth -int 500
defaults write com.knollsoft.Hookshot cascadeHeight -int 500

Replace 500 with your desired "pixel" size.

Restart the app after executing.

warror988 commented 4 months ago

Great!!!

On Mon, 29 Apr 2024 at 10:46 AM Ryan Hanson @.***> wrote:

You can specify width and height with the following Terminal commands:

defaults write com.knollsoft.Hookshot cascadeWidth -int 500 defaults write com.knollsoft.Hookshot cascadeHeight -int 500

Replace 500 with your desired "pixel" size.

Restart the app after executing.

— Reply to this email directly, view it on GitHub https://github.com/rxhanson/RectanglePro-Community/issues/497#issuecomment-2083079364, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGLT75BPONRL5FBAMWHE2SLY7ZTMZAVCNFSM6AAAAABG5HGH6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBTGA3TSMZWGQ . You are receiving this because you authored the thread.Message ID: @.***>

rxhanson commented 1 month ago

There's also this this Terminal command to make the cascade take up the display.

defaults write com.knollsoft.Hookshot cascadeVersion -int 2

Restart the app after executing.