Command
Description
Displays the current configuration settings loaded fromconfig.toml, including all sections: hotkey, audio, engine, whisper, parakeet, moonshine, sensevoice, output, status, and integration. Also shows the output chain status (wtype, ydotool, clipboard availability) and model directories.
This command is useful for:
- Debugging: Verify which settings are active
- Validation: Check if CLI overrides or environment variables are taking effect
- Troubleshooting: Confirm model paths, output drivers, and backend configuration
Output Format
The output is structured into sections matching the config file:Hotkey Section
Audio Section
Engine Section
Whisper, Parakeet, Moonshine, SenseVoice, Paraformer, Dolphin, or Omnilingual.
Whisper Section
threads is set, it appears here.
Parakeet Section (Experimental)
(not configured).
Moonshine Section (Experimental)
SenseVoice Section (Experimental)
Output Section
Status Section
emoji, nerd-font, material, phosphor, codicons, omarchy, minimal, dots, arrows, text, or a path to a custom theme file.
Integration Section
"auto" resolves to the runtime directory.
Output Chain Status
The command also displays which output tools are available:- Display server: Wayland or X11
- Tool status: Installed, available, or missing
- Primary method: Which tool will be used for typing
Config and Model Paths
Examples
Basic Usage
Check Active Model
Check Output Chain
Verify CLI Overrides
Check Available Models
Notes
- Configuration precedence: CLI flags override environment variables, which override config file settings, which override built-in defaults.
- Path resolution: The
configcommand shows resolved paths (e.g.,"auto"becomes the actual runtime directory path). - Model validation: The output shows whether configured models are actually installed.
- Output chain: The display updates based on the current display server (Wayland vs X11) and installed tools.
See Also
- voxtype setup - Configure and install Voxtype
- voxtype status - Show daemon status
- Configuration guide - Full config file documentation