29 lines
533 B
TOML
29 lines
533 B
TOML
import = [
|
|
#"~/.config/alacritty/themes/themes/github_dark.toml",
|
|
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
|
|
]
|
|
|
|
[env]
|
|
term = "xterm-256color"
|
|
|
|
[shell]
|
|
program = "/bin/bash"
|
|
args = ["-l"]
|
|
|
|
[window]
|
|
decorations = "buttonless"
|
|
padding = { x = 5, y = 3 }
|
|
startup_mode = "maximized"
|
|
option_as_alt = "OnlyLeft"
|
|
|
|
[font]
|
|
size = 15
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMonoNL Nerd Font Mono"
|
|
# family = "Hack Nerd Font Mono"
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "Enter", mods = "Command", action = "ToggleFullscreen"},
|
|
]
|