dots/.config/alacritty/alacritty.toml

17 lines
162 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
2025-01-11 15:41:21 +01:00
[scrolling]
history = 100000
multiplier = 8
2024-12-23 20:51:32 +01:00
2025-01-11 15:41:21 +01:00
[mouse]
hide_when_typing = true
2024-12-23 21:11:53 +01:00
2024-12-23 20:51:32 +01:00
[window.padding]
x = 0
y = 0