diff options
author | Liu Wei <liuw@liuw.name> | 2017-08-29 17:32:08 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-08-29 09:32:08 -0700 |
commit | b38d825921ac20d9f6543c23ed3bc0a44a0bdf2d (patch) | |
tree | 226a3e48f82392933ee218efc336b08aa71c43b8 /alacritty_macos.yml | |
parent | 6495ab34d2043440f138242cf58d39e687e6c02e (diff) | |
download | alacritty-b38d825921ac20d9f6543c23ed3bc0a44a0bdf2d.tar.gz alacritty-b38d825921ac20d9f6543c23ed3bc0a44a0bdf2d.zip |
Implement options to not start the config_monitor thread (#689)
Provide a command line option as well as a configuration file option.
The command line option takes precedence.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 6659ea92..cbea7bec 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -273,6 +273,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. |