31 lines
419 B
TOML
31 lines
419 B
TOML
|
|
[env]
|
|
TERM = "alacritty"
|
|
|
|
[terminal.shell]
|
|
program = "/bin/zsh"
|
|
|
|
[window]
|
|
padding = { x = 5, y = 5}
|
|
dynamic_padding = true
|
|
decorations = "Full"
|
|
startup_mode = "Windowed"
|
|
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
|
|
[font]
|
|
size = 14
|
|
normal = { family = "Hack Nerd Font" }
|
|
|
|
[cursor]
|
|
style = {shape = "underline", blinking = "Always"}
|
|
|
|
[general]
|
|
live_config_reload = true
|
|
|
|
import = [
|
|
"~/.config/alacritty/my_theme.toml"
|
|
]
|