summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorLiu Wei <liuw@liuw.name>2017-08-29 17:32:08 +0100
committerJoe Wilm <jwilm@users.noreply.github.com>2017-08-29 09:32:08 -0700
commitb38d825921ac20d9f6543c23ed3bc0a44a0bdf2d (patch)
tree226a3e48f82392933ee218efc336b08aa71c43b8 /alacritty.yml
parent6495ab34d2043440f138242cf58d39e687e6c02e (diff)
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.yml')
-rw-r--r--alacritty.yml3
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.