Closed joshas closed 58 minutes ago
Not a huge fan of typing .config/dillo/dillorc
every time I need to change the config.
Maybe ln -s .config/dillo .dillo
?
This is independent of FLTK, but I don't see that many benefits as to compensate the pain it would take to implement an maintain.
A minor nitpick, but it would be great if Dillo stored configuration files adhering to XDG base directory specification. Instead of creating directory
.dillo
directly in $HOME directory, application should keep it in$HOME/.config/dillo
. This is useful, as all configs end up in single directory and it is easier to backup everything, not picking by single directory. Also, cleaner $HOME :)FLTK fixed this issue in 1.4 release, so I'd expect this fix happening only after Dillo upgrades to latest version of FLTK.