Files
dotfiles/.alacritty.toml
2024-09-25 23:52:03 +10:00

22 lines
341 B
TOML

import = ["~/.config/alacritty/themes/themes/hyper.toml"]
[shell]
program = "/home/nathan/.local/bin/zellij"
[env]
TERM = "xterm-256color"
shell = "zsh"
[window]
decorations = "none"
opacity = 1
blur = true
# padding = { x = 10, y = 10 }
[font]
normal = { family = "Fira Code", style = "Regular" }
[selection]
save_to_clipboard = true