| xdg.configFile.<name>.text | Text of the file
|
| xdg.configFile.<name>.source | Path of the source file or directory
|
| xdg.configFile.<name>.target | Path to target file relative to xdg.configHome.
|
| xdg.configFile.<name>.enable | Whether this file should be generated
|
| xdg.configFile.<name>.force | Whether the target path should be unconditionally replaced
by the managed file source
|
| xdg.configFile.<name>.onChange | Shell commands to run when file has changed between
generations
|
| xdg.configFile.<name>.executable | Set the execute bit
|
| xdg.configFile.<name>.recursive | If the file source is a directory, then this option
determines whether the directory should be recursively
linked to the target location
|
| xdg.configFile.<name>.ignorelinks | When recursive is enabled, adds -ignorelinks flag to lndir
It causes lndir to not treat symbolic links in the source directory specially
|