1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

docs: Note about automatic config reloading

This commit is contained in:
Wez Furlong 2019-11-25 00:38:09 -08:00
parent 06e7762fdb
commit 692f51c3c6

View File

@ -7,9 +7,13 @@ title: Configuration
`wezterm` will look for a TOML configuration file in `$HOME/.config/wezterm/wezterm.toml`,
and then in `$HOME/.wezterm.toml`, stopping at the first file it finds.
`wezterm` will watch the config file that it loads; if/when it changes, the configuration
will be automatically reloaded and the majority of options will take effect immediately.
Configuration is currently very simple and the format is considered unstable and subject
to change. The code for configuration can be found in [`src/config.rs`](https://github.com/wez/wezterm/blob/master/src/config.rs).
### Font Related Configuration
The following options impact how text is rendered: