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
|
[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]
|
||||||
|
|
Loading…
Reference in a new issue