linux-config/files/dotfiles/alacritty/alacritty.toml
Sagi Dayan 26e5b1ea42
Major update - move to symlinks for some dotfiles.
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2024-03-27 14:09:11 +02:00

46 lines
588 B
TOML

import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
[window]
#opacity = 0.7
dynamic_padding = true
decorations = "none"
[window.padding]
x = 2
y = 2
[env]
TERM = "xterm-256color"
[font]
size = 10
[font.normal]
family = "Hack Nerd Font"
style = "Regular"
[font.bold]
family = "Hack Nerd Font"
style = "Bold"
[font.italic]
family = "Hack Nerd Font"
style = "Italic"
[mouse]
hide_when_typing = true
[selection]
save_to_clipboard = true
[cursor]
thickness = 0.18
vi_mode_style = "Block"
blink_interval = 400
[cursor.style]
blinking = "Always"