dots/.config/alacritty/alacritty.toml

15 lines
117 B
TOML
Raw Normal View History

2025-01-11 15:34:53 +01:00
[general]
import = [
"font.toml",
"colors.toml"
]
2024-12-23 20:51:32 +01:00
2024-12-23 21:11:53 +01:00
[window]
decorations = "none"
2024-12-23 20:51:32 +01:00
[window.padding]
x = 0
y = 0