dotfiles/dot-config/alacritty/alacritty.toml

23 lines
369 B
TOML
Raw Normal View History

2024-10-25 11:48:49 +00:00
[env]
TERM = "xterm-256color"
[window]
padding = { x = 10, y = 10 }
dynamic_padding = true
decorations = "Full"
2024-11-14 04:33:26 +00:00
opacity = 1
2024-10-25 11:48:49 +00:00
[font]
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
size = 16
2024-11-09 14:30:08 +00:00
[general]
live_config_reload = true
import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
[terminal]
shell = { program = "tmux", args = ["new"] }