Configuration
Codchi itself can be configured via the system tray icon or by editing:
- Windows:
%APPDATA%\codchi\config.toml
(%APPDATA%
is most likelyC:\Users\NAME\AppData\Roaming
) - Linux:
$XDG_CONFIG_HOME/codchi/config.toml
($XDG_CONFIG_HOME
is most likely~/.config
)
Minimal config.toml (All systems)
# Just leave it empty to use the defaults. This is sufficient for most users
Key | Type | Default | Description |
---|---|---|---|
data_dir | string | %LOCALAPPDATA%\codchi , $XDG_DATA_HOME/codchi | The path where codchi stores data files from code machines |
tray.autostart | bool | true | Whether to automatically start the Codchi system tray icon |
vcxsrv.enable (Windows only) | bool | false | Whether to use VcXsrv, a X-Server for Windows, instead of Windows' own RDP solution. VcXsrv mostly has a better user experience and better performance but still has some bugs. Currently Codchi is shipped without VcXsrv due to security concerns, but it can be installed manually. It must be installed to $env:ProgramData\VcXsrv . |
vcxsrv.tray_icon (Windows only) | bool | false | Whether to show VcXsrv's system tray icon |
uil:edit Edit this page on GitHub