Skip to content
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

Separate settings and gui state in Settings.json #2941

Open
hongyuanjia opened this issue Aug 29, 2024 · 2 comments
Open

Separate settings and gui state in Settings.json #2941

hongyuanjia opened this issue Aug 29, 2024 · 2 comments
Labels
enhancement New feature or request keep-fresh

Comments

@hongyuanjia
Copy link

Is your feature request related to a problem? Please describe.

Currently, Settings.json mixes Flow-Launcher settings and GUI-related states (e.g., WindowLeft, WindowTop, ActivateTimes). It is hard to manage Settings.json using chezmoi or other dotfile managers since those values could change frequently.

Describe the solution you'd like

I would suggest Flow-Lancher separate settings and GUI-related states into two files so that Settings.json only includes configs directly related to real settings.

Additional context

In How to ignore values frequently changed in a file managed by chezmoi?, the same issue related to managing Scoop config is discussed.

@hongyuanjia hongyuanjia added the enhancement New feature or request label Aug 29, 2024

This comment was marked as duplicate.

@github-actions github-actions bot added the Stale label Oct 29, 2024
@hongyuanjia
Copy link
Author

Please keep this issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keep-fresh
Projects
None yet
Development

No branches or pull requests

3 participants
@hongyuanjia @jjw24 and others