calf icon indicating copy to clipboard operation
calf copied to clipboard

place the config file in XDG_CONFIG_HOME dir or add a parameter to tell which config file to apply

Open newlaurent62 opened this issue 4 years ago • 0 comments

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

newlaurent62 avatar Jun 08 '20 08:06 newlaurent62