Files
dotfiles-niri/.config/alacritty/alacritty.toml
2026-05-01 15:01:35 +03:00

19 lines
305 B
TOML

[general]
import = ["~/.config/alacritty/tokyo-night-storm.toml"]
[env]
TERM="xterm"
[window]
padding = { x = 16, y = 16 }
# opacity = 0.75
decorations = "none"
# blur = true
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Semibold"}
size = 12
[terminal]
shell = "fish"