Skip to content

scripts: add $XDG_CONFIG_HOME/scripts to script search path

iczero requested to merge iczero/wireplumber:user-local-scripts into master

Currently, module-lua-scripting only looks in $WIREPLUMBER_DATA_DIR or system-wide paths for scripts. This adds $XDG_CONFIG_HOME to allow user-specific scripts.

Merge request reports