calf
calf copied to clipboard
place the config file in XDG_CONFIG_HOME dir or add a parameter to tell which config file to apply
Hello,
It would be nice to use XDG_CONFIG_HOME env variable to set the dir of the calf settings.
Example of use: export XDG_CONFIG_HOME=.config; calfjackhost
and .calfrc will be find in .config/.calfrc or .config/calf/calfrc for example.
This will allow to work with different settings at the same time.
or you could add a command line parameter:
calfjackhost --conf ~/mycalfrc ...
BR, Laurent