alacritty: Transparent terminals on vostok
This commit is contained in:
@ -19,7 +19,11 @@ window:
|
|||||||
dimensions:
|
dimensions:
|
||||||
columns: 80
|
columns: 80
|
||||||
lines: 24
|
lines: 24
|
||||||
|
{% if hostname == "vostok" %}
|
||||||
|
opacity: 0.95
|
||||||
|
{% else %}
|
||||||
opacity: 1.0
|
opacity: 1.0
|
||||||
|
{% end %}
|
||||||
|
|
||||||
# The FreeType rasterizer needs to know the device DPI for best results
|
# The FreeType rasterizer needs to know the device DPI for best results
|
||||||
# (changes require restart)
|
# (changes require restart)
|
||||||
|
|||||||
Reference in New Issue
Block a user