diff options
author | Joe Wilm <joe@jwilm.com> | 2017-01-02 20:04:46 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-01-02 20:05:31 -0800 |
commit | a105be82cf4c333ae691fe7f021fca8fe2b9788e (patch) | |
tree | b88479308f77d939a2681fbc717c9f032c85edce /README.md | |
parent | 86301856391b05047f1fd9f2e8999d61b26d982e (diff) | |
download | alacritty-a105be82cf4c333ae691fe7f021fca8fe2b9788e.tar.gz alacritty-a105be82cf4c333ae691fe7f021fca8fe2b9788e.zip |
Real support for placing config in XDG_CONFIG_HOME
Resolves #35.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ many things (such as arrow keys) would not work. Although it's possible the default configuration would work on your system, you'll probably end up wanting to customize it anyhow. There is an `alacritty.yml` at the git repository root. Copy this to either -`$HOME/.alacritty.yml` or `$HOME/.config/alacritty.yml` and run Alacritty. +`$HOME/.alacritty.yml` or `$XDG_CONFIG_HOME/alacritty.yml` and run Alacritty. Many configuration options will take effect immediately upon saving changes to the config file. The only exception is the `font` and `dpi` section which |