Skip to content

Configuration

Halloy uses a TOML file for configuration called config.toml. The specification for the configuration file format (TOML) can be found at https://toml.io/.

A default file is created in the configuration directory when you launch Halloy for the first time.

💡 Tip

Most configuration changes can be applied by reloading the configuration file from the sidebar menu, keyboard shortcut, or the command bar

See the following guides for example configurations:

Directory

The location of the configuration directory depends on your system:

  • Windows: %AppData%\halloy
  • Mac: ~/Library/Application Support/halloy or $HOME/.config/halloy
  • Linux: $XDG_CONFIG_HOME/halloy, $HOME/.config/halloy or $HOME/.var/app/org.squidowl.halloy/config (Flatpak)