Files
dotfiles/.config/alacritty/alacritty.toml
2025-09-02 03:32:47 +02:00

68 lines
966 B
TOML

[debug]
render_timer = false
[env]
term = "xterm-256color"
[font]
size = 13
[font.bold]
family = "Hurmit Nerd Font"
style = "Bold"
#family = "Jetbrains Mono Nerd Font"
#style = "Medium"
[font.glyph_offset]
x = 0
y = -2
[font.italic]
family = "Hurmit Nerd Font"
style = "Light Italic"
#family = "JetbrainsMonoNL Nerd Font"
#style = "Light Italic"
[font.normal]
family = "Hurmit Nerd Font"
style = "Regular"
#family = "JetbrainsMonoNL Nerd Font"
#style = "Regular"
[font.offset]
x = 0
y = -3
[[keyboard.bindings]]
action = "ToggleViMode"
key = "F7"
[scrolling]
history = 2000
[selection]
save_to_clipboard = true
[terminal.shell]
program = "/usr/bin/fish"
[window]
decorations = "none"
dynamic_padding = false
opacity = 0.20
blur = true
[window.padding]
x = 0
y = 0
[general]
#custom_cursor_colors = true
#decorations = "buttonless"
import = [
"~/.config/alacritty_font.toml",
"~/.config/alacritty/themes/themes/everforest_dark.toml"
]
[terminal]