dotfiles/components/alacritty/alacritty.toml

21 lines
343 B
TOML
Raw Normal View History

2024-09-13 17:06:26 +00:00
import = [
"~/.config/alacritty/colors.toml"
]
shell = { program = "tmux", args = ["new"] }
live_config_reload = true
[env]
TERM = "xterm-256color"
[window]
padding = { x = 10, y = 10 }
dynamic_padding = true
decorations = "Full"
opacity = 0.80
[font]
normal = { family = "BigBlueTermPlus Nerd Font Mono", style = "Regular" }
size = 12