diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:35:24 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:35:24 -0800 |
commit | b08cbe245b4d3d005f7e550fbca90324ca350d57 (patch) | |
tree | adadc1856eee857f4e0cf4c9d10fd610f2ca268a /users/fcuny/desktop | |
parent | docs: commands to run (diff) | |
download | world-b08cbe245b4d3d005f7e550fbca90324ca350d57.tar.gz |
terminal: live reload of alacritty's configuration
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/terminal.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix index 3044ff9..293e1f3 100644 --- a/users/fcuny/desktop/terminal.nix +++ b/users/fcuny/desktop/terminal.nix @@ -14,6 +14,7 @@ foreground = "#000000"; }; }; + live_config_reload = true; draw_bold_text_with_bright_colors = true; selection = { save_to_clipboard = true; |