Added alacritty

This commit is contained in:
Daruk
2026-03-22 23:30:57 +02:00
parent 4767fb2803
commit 6d6fbbbb93
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[window]
opacity = 0.8
padding.x = 10
padding.y = 10
[terminal]
shell = "/usr/bin/zsh"
[font]
normal = { family = "MesloLGS Nerd Font", style = "Regular" }
bold = { family = "MesloLGS Nerd Font", style = "Bold" }
italic = { family = "MesloLGS Nerd Font", style = "Italic" }
[selection]
save_to_clipboard = true
[[mouse.bindings]]
mouse = "Right"
action = "Paste"