From 768e53ec2e4222b102a04972c69ac3dfc82be7df Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 25 Feb 2021 19:38:05 +0100 Subject: [PATCH] alacritty: add window padding --- files/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index d02a448..e015fe9 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -20,7 +20,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 @@ -42,9 +42,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: 4 + y: 0 # Spread additional padding evenly around the terminal content. #dynamic_padding: false