diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-06-17 01:33:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 22:33:47 +0000 |
commit | ff63344b7e396170cb7bb619bbed404268deaf90 (patch) | |
tree | 7f5e3f126f1bbc34ed144161a1d54b0ad37647b9 /CHANGELOG.md | |
parent | 4c171e767862e744ceed31def4036c79d7ebf1af (diff) | |
download | alacritty-ff63344b7e396170cb7bb619bbed404268deaf90.tar.gz alacritty-ff63344b7e396170cb7bb619bbed404268deaf90.zip |
Ignore special files for live config reload
When using `--config-file /dev/null` with `live_config_reload`, each
write to `/dev/null` was forcing alacritty to reload its configuration.
This commit makes alacritty ignore special files for live config reload.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbd4189..507f3ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Incorrect built-in glyphs for `U+2567` and `U+2568` - Character mappings in the DEC special graphics character set (line drawing) - Window flickering on resize on Wayland +- Unnecessary config reload when using `/dev/null` as a config file ## 0.10.1 |