27 lines
594 B
TOML
27 lines
594 B
TOML
[general]
|
|
import = ["/home/daniel/.config/alacritty/themes/{{alacritty_theme}}.toml"]
|
|
live_config_reload = true
|
|
|
|
[font]
|
|
size = 10.5
|
|
|
|
[font.normal]
|
|
family = "MesloLGS NF"
|
|
|
|
[window]
|
|
decorations = "none"
|
|
opacity = 0.95
|
|
|
|
[window.padding]
|
|
x = 16
|
|
y = 16
|
|
|
|
# Shift+Enter sends a distinct ESC+CR sequence so apps (like Claude Code)
|
|
# can distinguish it from plain Enter and insert a newline instead of
|
|
# submitting. Installed by Claude Code/terminal-setup; preserved here
|
|
# so bombadil renders it persistently across dotfile syncs.
|
|
[[keyboard.bindings]]
|
|
key = "Return"
|
|
mods = "Shift"
|
|
chars = "\u001B\r"
|