-
I was wondering where the settings are stored so I can sync them with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Rectangle Pro uses NSUserDefaults to store the settings:
(Hookshot is the previous name of the app) Also, worth noting that upon launch, Rectangle Pro has the same behavior as Rectangle, where it will load a config file at |
Beta Was this translation helpful? Give feedback.
Rectangle Pro uses NSUserDefaults to store the settings:
~/Library/Preferences/com.knollsoft.Hookshot.plist
(Hookshot is the previous name of the app)
Also, worth noting that upon launch, Rectangle Pro has the same behavior as Rectangle, where it will load a config file at
~/Library/Application Support/Rectangle Pro/RectangleProConfig.json
if it is present and will rename that file with a time/date stamp so that it isn't read on subsequent launches. You can export a json file from the General tab of the Settings window.