dotfiles/de/home/.config/alacritty/alacritty.toml
2025-09-04 15:15:02 -07:00

23 lines
435 B
TOML

[window]
opacity = 0.65
dynamic_title = true
dynamic_padding = true
#padding = { x = 10, y = 10 }
resize_increments = true
decorations = "None"
[font]
size = 11
normal = { family = "OverpassM Nerd Font", style = "SemiBold" }
offset = { x = 0, y = -4 }
[cursor]
vi_mode_style = {shape = "Block", blinking = "Off"}
style = {shape = "Underline", blinking = "Off"}
[mouse]
hide_when_typing = true
[general]
import = ["./colors.toml"]