[Feature request] Custom --config-dir
Hello,
It is possible to implement custom --config-dir=</path/to/dir/> command line option?
Hi
To use config dir $HOME/foo/jgmenurc/ just run
XDG_CONFIG_HOME=$HOME/foo jgmenu_run
Would that cover it, or do you need a special --config-dir option?
Thanks for hint. Unfortunately I can't get it to work this way. Anyway I'm rewriting prepend and append.csv from the script for now. Ugly but works :) Closing request.
Should be able to get it to work that way. Happy to help problem solve. Might need to use ‘env XDG_CONFIG_HOME…’
Hello, I played with this a little bit again, looks like it is impossible to use XDG_CONFIG_HOME as paths to prepend.csv and append.csv are hardcoded in jgmenu-apps.c like:
i18n_cat("~/.config/jgmenu/prepend.csv");
I sincerely will love this feature. Good software
I'd love to see this implemented too
Just stumbled upon a situation where I would like the same feature as well, so +1 on the request!