/set command lets you view and change config.toml settings without editing the file manually.
List All Settings
View a Section
View a Single Setting
Change a Setting
Available Sections
| Section | Key Examples |
|---|---|
general | default_nick, quit_message, timestamp_format, scrollback_lines |
ui | theme, show_join_part, show_hostmask_on_join |
ui.keybindings | mode (emacs or vi) |
logging | enabled, format (plain or json), rotate |
notifications | highlight_bell, highlight_words, notify_private, notify_highlight |
ctcp | version_reply, respond_to_version, rate_limit |
llm | provider, model, api_key_secret, temperature |
dcc | enabled, auto_accept, download_directory, passive |
Live vs Restart Settings
Some settings take effect immediately:| Setting | Live |
|---|---|
ui.theme | Yes — theme switches immediately |
ui.show_join_part | Yes |
ui.show_hostmask_on_join | Yes |
ui.keybindings.mode | Restart required |
general.default_nick | Restart required |
llm.provider | Next /generate use |
dcc.enabled | Restart required |
Config File Location
~/.config/flume/config.toml).