summaryrefslogtreecommitdiff
path: root/extra/man/alacritty.1.scd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/man/alacritty.1.scd')
-rw-r--r--extra/man/alacritty.1.scd8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/man/alacritty.1.scd b/extra/man/alacritty.1.scd
index b82ba08e..c8a67bb8 100644
--- a/extra/man/alacritty.1.scd
+++ b/extra/man/alacritty.1.scd
@@ -61,13 +61,17 @@ set of features with high performance.
Specify alternative configuration file.
- Alacritty looks for the configuration file at the following paths:
+ Alacritty doesn't create the config file for you, but it looks for one in the
+ following locations on UNIX systems:
+
. _$XDG_CONFIG_HOME/alacritty/alacritty.toml_
. _$XDG_CONFIG_HOME/alacritty.toml_
. _$HOME/.config/alacritty/alacritty.toml_
. _$HOME/.alacritty.toml_
- On Windows, the configuration file is located at _%APPDATA%\\alacritty\\alacritty.toml_.
+ On Windows, the config file will be looked for in:
+
+ . _%APPDATA%\\alacritty\\alacritty.toml_
*--embed* _<PARENT>_