Pre-checks
Describe your feature request
I'd love to be able to have, in fuzzel.ini:
[main]
cache = $XDG_CACHE_HOME/fuzzel/xdg-apps
But alas, that seems to be unrecognised.
It looks like even the following doesn't quite work:
[main]
cache = ~/cache/fuzzel/xdg-apps
Apparently, the full absolute path needs to be spelled out:
[main]
cache = /home/ccjmne/cache/fuzzel/xdg-apps
Not a big deal, but it'd be nice to have nonetheless! I'm actually somewhat surprised that's unsupported and I suppose I may be missing something quite glaring... My apologies in advance.
### Pre-checks
- [x] The [fuzzel.ini](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.ini.5.scd)
and [fuzzel](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.1.scd) man pages.
- [x] [Changelog](https://codeberg.org/dnkl/fuzzel/src/branch/master/CHANGELOG.md#unreleased)
of newer and unreleased features
### Describe your feature request
I'd love to be able to have, in fuzzel.ini:
```dosini
[main]
cache = $XDG_CACHE_HOME/fuzzel/xdg-apps
```
But alas, that seems to be unrecognised.
It looks like even the following doesn't quite work:
```dosini
[main]
cache = ~/cache/fuzzel/xdg-apps
```
Apparently, the full absolute path needs to be spelled out:
```dosini
[main]
cache = /home/ccjmne/cache/fuzzel/xdg-apps
```
Not a big deal, but it'd be nice to have nonetheless! I'm actually somewhat surprised that's unsupported and I suppose I may be missing something quite glaring... My apologies in advance.