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 #