Files
dotfiles/.config/alacritty/alacritty.toml
T
2025-02-14 18:35:57 +01:00

19 lines
311 B
TOML

[terminal.shell]
program = "/usr/bin/tmux"
[window]
startup_mode = "Maximized"
[font]
[font.normal]
family = "0xProto Nerd Font"
style = "Regular"
[font.bold]
family = "0xProto Nerd Font"
style = "Bold"
[font.italic]
family = "0xProto Nerd Font"
style = "Italic"
[terminal]