From fac83b629cf8d35339d9a87ad5143fa3fb049b06 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 29 Jul 2022 23:53:09 +0200 Subject: [PATCH] Update alacritty config --- home/.config/alacritty/alacritty.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/home/.config/alacritty/alacritty.yml b/home/.config/alacritty/alacritty.yml index 544211a..251749b 100644 --- a/home/.config/alacritty/alacritty.yml +++ b/home/.config/alacritty/alacritty.yml @@ -49,6 +49,12 @@ window: x: 6 y: 6 + # 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. + opacity: 0.9 + # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -112,6 +118,8 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas family: JetBrains Mono + #family: Comic Mono + #family: Source Code Pro # The `style` can be specified to pick a specific face. style: Medium @@ -337,12 +345,6 @@ colors: # #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.9 - #selection: # This string contains all characters that are used as separators for # "semantic words" in Alacritty.