dotfiles/de/home/.config/alacritty/alacritty.toml
2025-07-18 10:00:02 -07:00

22 lines
370 B
TOML

[window]
opacity = 0.6
dynamic_title = true
dynamic_padding = true
padding = { x = 0, y = 0 }
resize_increments = true
decorations = "None"
[font]
size = 10
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
offset = { x = 0, y = 0 }
[cursor]
blink_interval = 1000
[cursor.style]
shape = "Block"
blinking = "On"
[general]
import = ["./colors.toml"]