.vvconfig/.config/alacritty/alacritty.toml

51 lines
1.0 KiB
TOML

[general]
live_config_reload = true
import = [
"~/.config/alacritty/theme-falcon.toml",
"~/.config/alacritty/keybinding.toml"
]
[terminal.shell]
program = "/opt/homebrew/bin/fish"
[window]
decorations = "Buttonless"
position = {x = 0, y = 0}
padding = {x=10, y=3}
dynamic_padding = true
dimensions = {columns=160, lines=25}
#level = "AlwaysOnTop"
opacity = 0.8
blur = true
#startup_mode = "Maximized"
[env]
TERM = "xterm-256color"
[mouse]
hide_when_typing = true
[colors]
draw_bold_text_with_bright_colors = false
[cursor]
style = {shape="Beam", blinking="Always"}
[font]
size = 16.0
#offset = {x=0, y=8}
glyph_offset = {x=0, y=0}
italic = {family = "JetBrainsMono Nerd Font", style = "Italic"}
bold = {family = "JetBrainsMono Nerd Font", style = "Regular"}
bold_italic = {family = "JetBrainsMono Nerd Font", style = "Italic"}
normal = {family = "JetBrainsMono Nerd Font", style = "Italic"}
[scrolling]
history = 100000
multiplier = 4
[selection]
save_to_clipboard = true
semantic_escape_chars = ''',│`|:"' ()[]{}<>'''
[debug]
#render_timer = true