Move window opacity config setting for alacritty
This commit is contained in:
parent
0dd12fbdd1
commit
23812a8141
@ -101,6 +101,10 @@ window:
|
||||
# Scrolling distance multiplier.
|
||||
#multiplier: 3
|
||||
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
opacity: 0.95
|
||||
|
||||
# Font configuration
|
||||
#
|
||||
font:
|
||||
@ -359,12 +363,6 @@ import:
|
||||
#
|
||||
#command: None
|
||||
|
||||
# Background opacity
|
||||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
background_opacity: 0.95
|
||||
|
||||
#selection:
|
||||
# This string contains all characters that are used as separators for
|
||||
# "semantic words" in Alacritty.
|
||||
|
Loading…
x
Reference in New Issue
Block a user