Update alacritty - config format

This commit is contained in:
Vladan Popovic 2024-11-02 12:37:30 +01:00
parent 2844c29a9c
commit 9259e7b2ba

View file

@ -1,9 +1,9 @@
live_config_reload = true [general]
working_directory = "None"
import = [ import = [
"~/.config/alacritty/light.toml" "~/.config/alacritty/light.toml"
] ]
live_config_reload = true
working_directory = "None"
[cursor] [cursor]
thickness = 0.2 thickness = 0.2
@ -414,7 +414,7 @@ history = 100000
save_to_clipboard = true save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t" semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[shell] [terminal.shell]
program = "/bin/bash" program = "/bin/bash"
[window] [window]