rxhanson / RectanglePro-Community

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

Can't activate Todo Mode #465

Closed rjmk closed 5 months ago

rjmk commented 5 months ago

macOS version: 14.2.1 Rectangle version: 3.0.19

I tried running defaults write com.knollsoft.Rectangle todo -int 1, and restarting Rectangle. I can't find "Use X as Todo App"

rxhanson commented 5 months ago

For Rectangle Pro (v3.0.19), todo mode is referred to as pin mode in the UI.

For terminal commands, on Rectangle Pro, you'll want to replace com.knollsoft.Rectangle with com.knollsoft.Hookshot (the bundleId for Rectangle Pro is from when it was called Hookshot). The terminal commands are the same, for the most part, so defaults write com.knollsoft.Hookshot todo -int 1 should work if you are avoiding the UI.

rjmk commented 5 months ago

Awesome that works great! Thank you