From faa84f07c4b7a750eedbaefc7c2997b5d0fd7bd6 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 14 Dec 2019 08:35:25 -0500 Subject: [PATCH] Improved opacity settings --- alacritty/alacritty.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 455911b..533b42d 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -34,8 +34,8 @@ window: # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: - x: 0 - y: 0 + x: 4 + y: 4 # Spread additional padding evenly around the terminal content. dynamic_padding: false @@ -84,7 +84,7 @@ scrolling: # to allow mouse scrolling for applications like `man`. # # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 + multiplier: 3 # Scroll to the bottom when new text is written to the terminal. auto_scroll: false @@ -96,7 +96,7 @@ scrolling: # Some applications, like Emacs, rely on knowing about the width of a tab. # To prevent unexpected behavior in these applications, it's also required to # change the `it` value in terminfo when altering this setting. -tabspaces: 8 +tabspaces: 2 # Font configuration (changes require restart) font: @@ -278,7 +278,7 @@ visual_bell: # # 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: 1.0 +background_opacity: 0.8 # Mouse bindings #