alacritty: Transparent terminals on vostok

This commit is contained in:
2022-04-19 21:31:02 +02:00
parent 109d1b46a6
commit aaa9c8215a

View File

@ -19,7 +19,11 @@ window:
dimensions:
columns: 80
lines: 24
{% if hostname == "vostok" %}
opacity: 0.95
{% else %}
opacity: 1.0
{% end %}
# The FreeType rasterizer needs to know the device DPI for best results
# (changes require restart)