update alacritty config
This commit is contained in:
parent
ea19f8fdd5
commit
26e72e6ada
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ import = [
|
||||||
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
|
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[env]
|
||||||
|
term = "xterm-256color"
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
program = "/bin/bash"
|
program = "/bin/bash"
|
||||||
args = ["-l"]
|
args = ["-l"]
|
||||||
|
|
@ -18,3 +21,9 @@ size = 15
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrainsMonoNL Nerd Font Mono"
|
family = "JetBrainsMonoNL Nerd Font Mono"
|
||||||
|
# family = "Hack Nerd Font Mono"
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
{ key = "Enter", mods = "Command", action = "ToggleFullscreen"},
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue