alacritty: fix window on windows

This commit is contained in:
dogeystamp 2024-08-16 12:01:32 -04:00
parent 9f71ec599d
commit d1ff54fcfa
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -4,12 +4,11 @@ shell = "nu"
[window]
padding = { x = 8, y = 8 }
dimensions = { columns = 160, lines = 120 }
decorations = "None"
dimensions = { columns = 120, lines = 70 }
{{if eq .chezmoi.os "linux" -}}
opacity = 0.0
{{- else -}}
opacity = 0.75
opacity = 1.0
{{- end}}
[font]