From 16c8a4c731e325c524ab01c6588449646390a4f2 Mon Sep 17 00:00:00 2001 From: floki Date: Sat, 21 Dec 2024 14:30:10 +0400 Subject: [PATCH] alaccrity config --- .gitignore | 1 + alacritty.toml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9b9cd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +push diff --git a/alacritty.toml b/alacritty.toml index 67bc04d..58071bb 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,2 +1,12 @@ [env] TERM = "xterm-256color" +[window] +padding.x = 20 +padding.y = 20 + +decorations = "Buttonless" +opacity = 0.92 +blur = true +[font] +normal.family = "Hack Nerd Font" +size = 15.0