commit f7c7084ad5e879859230f4f3542571454037e8ef parent a62d821b00e081aa7500b3c237f1acba269e765a Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 21 Oct 2022 21:11:09 +0200 alacritty: change removed config option Diffstat:
M | alacritty/alacritty.yml | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml @@ -84,17 +84,6 @@ font: # x: 0 # y: 0 - # Thin stroke font rendering (macOS only) - # - # Thin strokes are suitable for retina displays, but for non-retina screens - # it is recommended to set `use_thin_strokes` to `false`. - use_thin_strokes: false - -# 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.85 - cursor: # If this is `true`, the cursor will be rendered as a hollow box when the # window is not focused.