Update alacritty to comply with changed config settings
This commit is contained in:
parent
eb34dcec65
commit
ad735448ab
1 changed files with 10 additions and 6 deletions
|
|
@ -1,8 +1,3 @@
|
|||
import = [
|
||||
"~/.config/alacritty/catppuccin-macchiato.toml"
|
||||
]
|
||||
|
||||
live_config_reload = true
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
|
|
@ -52,7 +47,7 @@ mouse = "Middle"
|
|||
[selection]
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
||||
|
||||
[shell]
|
||||
[terminal.shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
|
|
@ -70,3 +65,12 @@ lines = 80
|
|||
[window.padding]
|
||||
x = 4
|
||||
y = 2
|
||||
|
||||
[general]
|
||||
|
||||
live_config_reload = true
|
||||
import = [
|
||||
"~/.config/alacritty/catppuccin-macchiato.toml"
|
||||
]
|
||||
|
||||
[terminal]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue