From 1b5bbbf1fe44c1ada6b47687fff77aaf839d6fb1 Mon Sep 17 00:00:00 2001 From: Oscar Rodriguez Date: Sun, 17 May 2020 14:33:12 -0400 Subject: [PATCH] Change in alacritty --- .config/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 23bfd79..9bb09df 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -17,8 +17,8 @@ window: # Window dimensions in character columns and lines # (changes require restart) dimensions: - columns: 160 - lines: 48 + columns: 80 + lines: 23 # Adds this many blank pixels of padding around the window # Units are physical pixels; this is not DPI aware. @@ -161,7 +161,7 @@ visual_bell: duration: 0 # Background opacity -background_opacity: 0.8 +background_opacity: 0.95 # Mouse bindings # -- 2.25.1