From 5a9f302e5c833c4759845393edde60367afaf0ce Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Fri, 17 Jun 2022 22:02:38 +0200 Subject: [PATCH] Some alacritty changes --- config/{ => alacritty}/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename config/{ => alacritty}/alacritty.yml (99%) diff --git a/config/alacritty.yml b/config/alacritty/alacritty.yml similarity index 99% rename from config/alacritty.yml rename to config/alacritty/alacritty.yml index f64b57c..f05b5f4 100644 --- a/config/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -43,7 +43,7 @@ window: y: 5 # Spread additional padding evenly around the terminal content. - # dynamic_padding: false + dynamic_padding: true # Window decorations # @@ -496,7 +496,7 @@ bell: # Offer IPC using `alacritty msg` (unix only) #ipc_socket: true -#mouse: +mouse: # Click settings # # The `double_click` and `triple_click` settings control the time @@ -506,7 +506,7 @@ bell: #triple_click: { threshold: 300 } # If this is `true`, the cursor is temporarily hidden when typing. - #hide_when_typing: false + hide_when_typing: true # Regex hints #