Files
Dotfiles/.config/alacritty/alacritty.toml
2024-06-01 20:10:42 +02:00

14 lines
263 B
TOML

[font]
# normal={family = "Hack Nerd Font Mono", style = "Regular"}
normal={family = "Hack", style = "Regular"}
[window]
opacity=0.7
blur=true
[keyboard]
bindings = [{ key = "V", mods = "Control", action = "Paste"}]
# [colors.primary]
# foreground = "#000000"