diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index c5e8ba0d..20529a78 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -278,6 +278,9 @@ selection: hide_cursor_when_typing: false +# Live config reload (changes require restart) +live_config_reload: true + # Shell # # You can set shell.program to the path of your favorite shell, e.g. /bin/fish. |