Files
dotfiles/alacritty/files/alacritty.toml
T
2026-03-11 23:30:46 +00:00

19 lines
301 B
TOML

[font]
size = 12.0
[font.normal]
family = "IosevkaTermSlab Nerd Font"
style = "Regular"
[general]
import = ["~/.config/alacritty/dank-theme.toml"]
[terminal.shell]
program = "fish"
# args = ["-l", "-c", "tmux new; exec fish -l"]
args = ["-l", "-c", "zellij; exec fish -l"]
[window]
opacity = 0.9