-
-
Notifications
You must be signed in to change notification settings - Fork 7
Configuration
Răzvan C. Rădulescu edited this page May 29, 2021
·
2 revisions
Unfog is customizable via a TOML file. The file can be located at:
$XDG_CONFIG_HOME/unfog/config.toml
$HOME/.config/unfog/config.toml
/tmp/unfog/config.toml
The file should follow this format:
{
store-path: string
}
-
store-path
: store file location (absolute file path, and not directory. See https://github.com/soywod/unfog/issues/45 and https://github.com/soywod/unfog/issues/53)
store-path = "/home/user/Dropbox/unfog"