From 67c020d830979a32d4a4e10bc055143fbf19f477 Mon Sep 17 00:00:00 2001 From: kageru Date: Thu, 13 Apr 2023 20:41:52 +0200 Subject: [PATCH] remove deprecated option from alacritty config --- .config/alacritty/alacritty.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 9e7d104..6108654 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -22,6 +22,8 @@ window.dimensions: columns: 80 lines: 24 +window.opacity: 1.0 + # Adds this many blank pixels of padding around the window # Units are physical pixels; this is not DPI aware. # (change requires restart) @@ -86,11 +88,6 @@ font: x: 0 y: 0 - # OS X only: use thin stroke font rendering. Thin strokes are suitable - # for retina displays, but for non-retina you probably want this set to - # false. - use_thin_strokes: true - cursor: style: Beam @@ -164,9 +161,6 @@ bell: animation: EaseOutExpo duration: 0 -# Background opacity -background_opacity: 1.0 - # Mouse bindings # # Currently doesn't support modifiers. Both the `mouse` and `action` fields must