dotfiles/.config/alacritty/alacritty.toml

33 lines
707 B
TOML
Raw Permalink Normal View History

2025-01-16 15:08:57 +00:00
[general]
live_config_reload = true
import = [
2025-01-17 16:01:47 +00:00
"~/.config/alacritty/themes/tokyo_night_enhanced.toml"
2025-01-16 15:08:57 +00:00
]
[cursor.style]
shape = "Block"
[font]
size = 20
normal = { family = "Terminess Nerd Font", style = "Regular" }
bold = { family = "Terminess Nerd Font", style = "Bold" }
italic = { family = "Terminess Nerd Font", style = "Italic" }
bold_italic = { family = "Terminess Nerd Font", style = "Bold Italic" }
builtin_box_drawing = false
[scrolling]
history = 100000
[selection]
save_to_clipboard = true
[window]
opacity = 0.85
startup_mode = "Maximized"
[keyboard]
bindings = [
{key="Space", mods="Command | Shift", mode="AppCursor | AppKeypad | ~Search | Alt | Vi", command="ToggleViMode"},
]