devconf/shell/.config/alacritty/alacritty.toml

30 lines
319 B
TOML
Raw Normal View History

2024-08-06 15:12:16 +00:00
[window]
padding = { x = 5, y = 5}
opacity = 0.95
blur = true
2024-08-11 11:21:56 +00:00
[shell]
program = "/usr/bin/tmux"
2024-08-06 15:01:04 +00:00
[font]
size = 13.0
[font.bold]
family = "Hack"
style = "Bold"
[font.bold_italic]
family = "Hack"
style = "Bold Italic"
[font.italic]
family = "Hack"
style = "Italic"
[font.normal]
family = "Hack"
style = "Regular"