diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-06 13:47:20 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-06 12:47:20 +0200 |
commit | 24651a6144e5071f0a72d991734a9b380255156e (patch) | |
tree | 92135f2f51abb709229dd94c29e0331cec01bf42 /README.md | |
parent | 729eef0c933831bccfeac6a355bdb410787fbe5f (diff) | |
download | alacritty-24651a6144e5071f0a72d991734a9b380255156e.tar.gz alacritty-24651a6144e5071f0a72d991734a9b380255156e.zip |
Remove automatic config generation
Fixes #2818.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -152,25 +152,16 @@ properly. ## Configuration -Although it's possible the default configuration would work on your system, -you'll probably end up wanting to customize it anyhow. There is a default -`alacritty.yml` at the Git repository root. Alacritty looks for the -configuration file at the following paths: +You can find the default configuration file with documentation for all available +fields on the [GitHub releases page](https://github.com/jwilm/alacritty/releases) for each release. + +Alacritty looks for the configuration file at the following paths: 1. `$XDG_CONFIG_HOME/alacritty/alacritty.yml` 2. `$XDG_CONFIG_HOME/alacritty.yml` 3. `$HOME/.config/alacritty/alacritty.yml` 4. `$HOME/.alacritty.yml` -If none of these paths are found then -`$XDG_CONFIG_HOME/alacritty/alacritty.yml` is created once Alacritty is first -run. On most systems this often defaults to -`$HOME/.config/alacritty/alacritty.yml`. - -Many configuration options will take effect immediately upon saving changes to -the config file. For more information about the config file structure, refer to -the default config file. - ### Windows On Windows the config file is located at: |