You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/alacritty/alacritty.toml

29 lines
399 B

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