black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.24k stars 183 forks source link

[Feature Request] Change the default location of lepton.ini when using powershell installation script. #930

Open tur1ngb0x opened 1 week ago

tur1ngb0x commented 1 week ago

Is your feature request related to a problem?

When using Windows PowerShell installation script method, it creates a file $HOME\C\lepton.ini, polluting the root level of user home directory.

The solution I'd like

My suggestion would be to use $HOME\AppData\Local\Firefox-UI-Fix folder to store lepton.ini

Screenshots or video

image

Alternatives I've considered

My alternative suggestion would be to use $HOME\.config\Firefox-UI-Fix folder to store lepton.ini

Additional context

image

black7375 commented 1 day ago

Unfortunately, it's been so long since I wrote an install script that I don't remember much about it. I'll look at it when my have time, but not right away. Sounds like a good suggestion.

PR is also welcome.