Migrate alacritty config

This commit is contained in:
Dan Buch 2024-10-29 21:46:53 -04:00
parent d1053c6541
commit db877d5f41
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -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]