Skip to content

Configuration

Halloy uses a TOML file for configuration called config.toml.
A default file is created when you launch Halloy for the first time. The location 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)

💡 Tip

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

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

See the following guides for example configurations: