dotfiles/alacritty.toml
2024-07-30 15:38:25 +02:00

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"},
]