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