Skip to content

How to export/import app configuration and restore a previous configuration? #2869

Discussion options

You must be logged in to vote

Not sure about this. This is a rather advanced feature and those who need it can already do it easily as the app is designed to store everything in the user defaults in standard plist binary XML format which can be exported/imported at will.

To export all settings:

defaults export pro.betterdisplay.BetterDisplay ./betterdisplay.plist

To import all settings (while the app is not running):

defaults import pro.betterdisplay.BetterDisplay ./betterdisplay.plist

To reset defaults (while the app is not running):

defaults delete pro.betterdisplay.BetterDisplay

Please note that for in order for export/import to work properly the display's identifiers (UUIDs) must match unless the identification me…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@waydabber
Comment options

Answer selected by waydabber
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2868 on April 10, 2024 08:14.