Skip to content
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
}

Global properties

Example

store-path = "/home/user/Dropbox/unfog"

<< Installation | Usage >>