From 2e82b774ffeebe973754207186622c5255e8ace9 Mon Sep 17 00:00:00 2001 From: Atao Date: Sun, 19 May 2024 13:17:02 +0200 Subject: [PATCH] Add padding --- alacritty.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/alacritty.toml b/alacritty.toml index fb71a58..421a1de 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,5 +1,12 @@ [shell] -program = "/usr/bin/fish" +program = "/usr/bin/zsh" + +[env] +TERM = "xterm-256color" + +[window.padding] +x=5 +y=5 #--------------------------------- Colors [colors.primary] @@ -28,7 +35,7 @@ color = "#F5E0DC" # ------------------------------- Fonts [font] -size = 11.0 +size = 8.0 [font.normal] family = "JetBrainsMono Nerd Font"