Small nitpick and not necessary at all so feel free to ignore it, but I like each config in their own folders, so I have a cleaner $XDG_CONFIG_HOME. I'd like to use something like .config/fnott/fnottrc instead
Small nitpick and not necessary at all so feel free to ignore it, but I like each config in their own folders, so I have a cleaner `$XDG_CONFIG_HOME`. I'd like to use something like `.config/fnott/fnottrc` instead
I believe most of what was said in dnkl/foot#110 applies here as well.
I.e. I'd suggest moving it to ${XDG_CONFIG_HOME}/fnott/fnott.ini.
I believe most of what was said in https://codeberg.org/dnkl/foot/issues/110 applies here as well.
I.e. I'd suggest moving it to `${XDG_CONFIG_HOME}/fnott/fnott.ini`.
PR is up. Note that it does slightly more than "just" moving it to XDG_CONFIG_HOME/fnott/fnott.ini - it now also supports searching XDG_CONFIG_DIRS.
Also, the man page has moved from foot(5) to foot.ini(5).
Hopefully all references and examples have been updated to use the new default...
PR is up. Note that it does slightly more than "just" moving it to `XDG_CONFIG_HOME/fnott/fnott.ini` - it now also supports searching `XDG_CONFIG_DIRS`.
Also, the man page has moved from `foot(5)` to `foot.ini(5)`.
Hopefully all references and examples have been updated to use the new default...
Small nitpick and not necessary at all so feel free to ignore it, but I like each config in their own folders, so I have a cleaner
$XDG_CONFIG_HOME
. I'd like to use something like.config/fnott/fnottrc
insteadI believe most of what was said in dnkl/foot#110 applies here as well.
I.e. I'd suggest moving it to
${XDG_CONFIG_HOME}/fnott/fnott.ini
.Oh yeah that's totally what I mean
Also since your others projects like foot and yambar use this it would make sense to add this
PR is up. Note that it does slightly more than "just" moving it to
XDG_CONFIG_HOME/fnott/fnott.ini
- it now also supports searchingXDG_CONFIG_DIRS
.Also, the man page has moved from
foot(5)
tofoot.ini(5)
.Hopefully all references and examples have been updated to use the new default...