23 lines
369 B
TOML
23 lines
369 B
TOML
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[window]
|
|
padding = { x = 10, y = 10 }
|
|
dynamic_padding = true
|
|
decorations = "Full"
|
|
opacity = 1
|
|
|
|
[font]
|
|
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
|
|
size = 16
|
|
|
|
[general]
|
|
live_config_reload = true
|
|
import = [
|
|
"~/.config/alacritty/catppuccin-mocha.toml"
|
|
]
|
|
|
|
[terminal]
|
|
shell = { program = "tmux", args = ["new"] }
|