From 832ae01aefe28efaeff9b98234afabd8649f887e Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 3 May 2024 20:44:17 +0300 Subject: Add config file locations into alacritty(5) --- extra/man/alacritty.5.scd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'extra') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 81637f3e..a26b3d96 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -9,6 +9,20 @@ Alacritty - TOML configuration file format. Alacritty's configuration file uses the TOML format. The format's specification can be found at _https://toml.io/en/v1.0.0_. +# LOCATION + +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 config file will be looked for in: + +. `%APPDATA%\alacritty\alacritty.toml` + # GENERAL This section documents the root level of the configuration file. -- cgit