Skip to main content
The /set command lets you view and change config.toml settings without editing the file manually.

List All Settings

Shows every setting currently in your config file.

View a Section

Shows all settings in a section. If no custom values are set, shows the defaults:

View a Single Setting

Shows the current value, or the default if not explicitly set. Shows the current value, or “(using default)” if not explicitly set.

Change a Setting

Sets the value and saves to disk immediately.
Values are auto-detected as boolean, integer, float, or string.

Available Sections

Live vs Restart Settings

Some settings take effect immediately:

Config File Location

The bottom of the output shows the config file path (typically ~/.config/flume/config.toml).