dotfiles/.config/alacritty/alacritty.toml
2024-05-17 16:33:07 +02:00

75 lines
1 KiB
TOML

import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
live_config_reload = true
[bell]
animation = "EaseOutExpo"
duration = 0
#[colors]
#draw_bold_text_with_bright_colors = true
[cursor]
blink_interval = 500
blink_timeout = 5
unfocused_hollow = false
[cursor.style]
blinking = "Off"
shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 12
[font.bold]
# family = "UbuntuMono Nerd Font"
family = "JetBrainsMono Nerd Font"
style = "Bold"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
# family = "UbuntuMono Nerd Font"
family = "JetBrainsMono Nerd Font"
[font.normal]
# family = "UbuntuMono Nerd Font"
family = "JetBrainsMono Nerd Font"
style = "Regular"
[font.offset]
x = 0
y = 0
[mouse]
hide_when_typing = true
[[mouse.bindings]]
action = "PasteSelection"
mouse = "Middle"
[selection]
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[shell]
program = "/bin/zsh"
[window]
decorations = "full"
dynamic_title = true
startup_mode = "Maximized"
[window.dimensions]
columns = 160
lines = 80
[window.padding]
x = 4
y = 4