From 948c18213945fb14270a2e2e1ed7fd7ac5c228e8 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 23 Jan 2022 11:21:34 -0300 Subject: [PATCH] Add padding --- config/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/alacritty.yml b/config/alacritty.yml index dc76743..304baa4 100644 --- a/config/alacritty.yml +++ b/config/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns @@ -45,9 +45,9 @@ # # 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: 0 - # y: 0 + padding: + x: 3 + y: 3 # Spread additional padding evenly around the terminal content. #dynamic_padding: false