Added alacritty
This commit is contained in:
20
alacritty/.config/alacritty/alacritty.toml
Normal file
20
alacritty/.config/alacritty/alacritty.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user