alacritty: fix window on windows
This commit is contained in:
parent
9f71ec599d
commit
d1ff54fcfa
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user