dotfiles/.config/alacritty/alacritty.toml
2024-02-25 10:03:48 +02:00

8 lines
167 B
TOML

# [shell]
# program = "/bin/bash"
# args = ["-l","-c","tmux attach || tmux"]
[window]
opacity = 0.75
padding = { x = 5, y = 5}
[colors.primary]
background = "#000000"