From 501a82cd3f2ec494fe7525729aacce251eec613c Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Fri, 6 Aug 2021 11:19:06 -0500 Subject: [PATCH] Alacritty config hot reloading, increase padding --- alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index ce037fc..a5467a9 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -46,8 +46,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: 8 - y: 8 + x: 16 + y: 16 # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -413,7 +413,7 @@ background_opacity: 0.95 #thickness: 0.15 # Live config reload (changes require restart) -#live_config_reload: true +live_config_reload: true # Shell #