Migrate alacritty config

This commit is contained in:
Andrew Tomaka 2024-11-10 21:19:50 -05:00
parent 914701781d
commit 6cbbf5a4e0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,6 +1,3 @@
import = [
"~/.config/alacritty/theme.toml",
]
[window]
opacity = 0.9
@ -12,3 +9,8 @@ size = 14
action = "ToggleFullscreen"
key = "Return"
mods = "Command"
[general]
import = [
"~/.config/alacritty/theme.toml",
]