confy icon indicating copy to clipboard operation
confy copied to clipboard

ProjectDirs qualifier and organization

Open badgyro opened this issue 2 months ago • 1 comments

This pull request introduces an option to configure the ProjectDirs qualifier and organization using compile-time environmental variables.

By default, the qualifier is set to rs, and the organization is an empty string. We can modify these settings using the variables CONFY_APP_QUALIFIER and CONFY_APP_ORGANIZATION.

This minor change enhances customization while maintaining backward compatibility.

badgyro avatar Oct 25 '25 12:10 badgyro