chore(alacritty): Use fullscreen config

This commit is contained in:
Olaf Alexander 2024-10-28 10:44:31 -05:00
parent 089f97324b
commit 6fb5dcfe66

View File

@ -4,19 +4,13 @@ live_config_reload = true
[font]
size = 14.0
normal = { family = "FiraCode Nerd Font", style = "Regular" }
bold = { family = "FiraCode Nerd Font", style = "Bold" }
italic = { family = "FiraCode Nerd Font", style = "Italic" }
bold_italic = { family = "FiraCode Nerd Font", style = "Bold Italic" }
[font.normal]
family = "FiraCode Nerd Font"
style = "Regular"
[font.bold]
family = "FiraCode Nerd Font"
style = "Bold"
[font.italic]
family = "FiraCode Nerd Font"
style = "Italic"
[font.bold_italic]
family = "FiraCode Nerd Font"
style = "Bold Italic"
[window]
decorations = "None"
opacity = 0.6
blur = true
startup_mode = "Fullscreen"