miracle-wm-org / miracle-wm

Miracle is a Wayland tiling window manager built on Mir
https://miracle-wm.org
GNU General Public License v3.0
417 stars 14 forks source link

`'config` in a directory in `~/.config` #264

Open RayZ0rr opened 3 weeks ago

RayZ0rr commented 3 weeks ago

Maybe I'm overthinking but I think it's better if the default config file is something like ~/.config/miracle/init.yml.

This will be helpful in the future where:

  1. the user can split the config into multiple files and import them using relative path to ~/.config/miracle
  2. the user can add additional scripts at ~/.config/miracle/scripts
  3. the user can add additional plugins at ~/.config/miracle/plugins

Like I said above these are assumptions for the future.

mattkae commented 3 weeks ago

Yes I'm starting to think this as well. This seems to be the way that 99% of semi-complicated projects are going. I agree that we should do this