You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 manageSettings.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.
The text was updated successfully, but these errors were encountered: