WallPaperChanger icon indicating copy to clipboard operation
WallPaperChanger copied to clipboard

Use configuration file instead of .env

Open m-haisham opened this issue 3 years ago • 1 comments

A configuration file would allow for far more control over settings without directly changing the code.

Most commonly used file formats are:

  • .ini
  • .json
  • .yaml
  • .xml

I personally prefer .yaml as I find it most readable.

m-haisham avatar Sep 10 '21 15:09 m-haisham

Ok, I will consider this proposal, for saving user configurations (layouts, etc.) I'll use a configuration file rather than a .env file.

yangman946 avatar Sep 11 '21 00:09 yangman946