Update alacritty - config format
This commit is contained in:
parent
2844c29a9c
commit
9259e7b2ba
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
live_config_reload = true
|
||||
working_directory = "None"
|
||||
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/light.toml"
|
||||
]
|
||||
live_config_reload = true
|
||||
working_directory = "None"
|
||||
|
||||
[cursor]
|
||||
thickness = 0.2
|
||||
|
@ -414,7 +414,7 @@ history = 100000
|
|||
save_to_clipboard = true
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
[shell]
|
||||
[terminal.shell]
|
||||
program = "/bin/bash"
|
||||
|
||||
[window]
|
||||
|
|
Loading…
Reference in a new issue