alacritty: Transparent terminals on vostok
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user