Migrate alacritty config
This commit is contained in:
parent
d1053c6541
commit
db877d5f41
@ -1,5 +1,3 @@
|
||||
import = ["~/.config/alacritty/themes/themes/tender.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
@ -579,7 +577,7 @@ multiplier = 3
|
||||
save_to_clipboard = false
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
||||
|
||||
[shell]
|
||||
[terminal.shell]
|
||||
args = ["-l"]
|
||||
program = "/bin/zsh"
|
||||
|
||||
@ -593,3 +591,9 @@ startup_mode = "Windowed"
|
||||
[window.padding]
|
||||
x = 2
|
||||
y = 2
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
import = ["~/.config/alacritty/themes/themes/tender.toml"]
|
||||
|
||||
[terminal]
|
||||
|
Loading…
Reference in New Issue
Block a user