pub fn default_path() -> Option<PathBuf>Expand description
Where a configuration file is looked for when none was named.
Resolved at runtime rather than compiled in. The configuration directory and not the runtime one the control token uses: a token should disappear when the session does, and a configuration should not, so the two resolve differently on purpose.