update alacritty config

This commit is contained in:
Antoine 2024-07-30 15:38:25 +02:00
parent ea19f8fdd5
commit 26e72e6ada

View file

@ -3,6 +3,9 @@ import = [
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
]
[env]
term = "xterm-256color"
[shell]
program = "/bin/bash"
args = ["-l"]
@ -18,3 +21,9 @@ size = 15
[font.normal]
family = "JetBrainsMonoNL Nerd Font Mono"
# family = "Hack Nerd Font Mono"
[keyboard]
bindings = [
{ key = "Enter", mods = "Command", action = "ToggleFullscreen"},
]