-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find the configuration files generated by Preferences GUI #331
Comments
This seems to be a common point of confusion. The storage of in-app preferences is distinct from a configuration file. The configuration file Does that answer your question? |
Yeah, it did answer my question. Now it's a complain, not a question. If this is the direction Amethyst is going, then it's harder to manage the settings using a dotfile repository. Is there any recommended way do dotfile management for Amethyst if it's using NSUserDefaults? |
That is a fair complaint. The basic problem is that two-way binding is hard. What happens if you change your dotfile while Amethyst is running and then go update something in the in-app preferences? Which one wins out? The logic gets weird fairly fast. It's also not clear that updating something in-app would overwrite your entire dotfile with all of your selected preferences. I don't know of any application that does that, and it would certainly surprise me. This is also compounded by the fact that the dotfile preferences and in-app preferences don't actually match up. For example, you can't specify mods in-app, and you can't specify a command without using mods in the dotfile. I'm not sure what the best option would be here. I suppose I could introduce a command-line mode of the application that would write your preferences out into a dotfile, but the mismatch would make that tricky. The preferences are technically just a |
I would love import/export of settings. |
This is an old thread but this means there is no way to have custom configurations right? I would actually like to have some layouts that are not available by default, and change some of the hotkeys which are conflicting with VS Code. |
@cumanzor there is a preferences screen in the app, accessible from the status bar icon, that gives you control over which layouts are used and what the shortcuts for various commands are. |
Closing this in favor of #301 |
I just installed Amethyst, tried with some GUI settings, but I didn't see a .amethyst file under my home folder, nor any file under ~/Library/Application Support/Amethyst, where does Amethyst save the configurations from GUI?
Trello Card
The text was updated successfully, but these errors were encountered: