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