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] [window]
padding = { x = 8, y = 8 } padding = { x = 8, y = 8 }
dimensions = { columns = 160, lines = 120 } dimensions = { columns = 120, lines = 70 }
decorations = "None"
{{if eq .chezmoi.os "linux" -}} {{if eq .chezmoi.os "linux" -}}
opacity = 0.0 opacity = 0.0
{{- else -}} {{- else -}}
opacity = 0.75 opacity = 1.0
{{- end}} {{- end}}
[font] [font]