roosta / i3wsr

Change i3-wm workspace names based on content
MIT License
178 stars 14 forks source link

Use a default config file if it exists #26

Closed MikeWalrus closed 2 years ago

MikeWalrus commented 2 years ago

Instead of using command-line arguments to specify the configuration file, user can create their config file at $XDG_HOME/.config/i3wsr/config.toml and the program will automatically pick it up.

I've also changed the edition of Rust from 2015 to 2021, and I wonder if this is suitable.

roosta commented 2 years ago

This is great, thank you. I don't see any problems with updating rust edition either.

roosta commented 2 years ago

I'll draft a new release as soon as I'm able. I just need to fix some warnings and such.

MikeWalrus commented 2 years ago

You’re welcome. :) Truly amazing project!