dotfiles/.config/alacritty/alacritty.toml
2026-05-15 12:48:33 -04:00

48 lines
793 B
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import = [
"/Users/steve.briggs/.config/alacritty/themes/hardhacker.toml",
# "/Users/steve.briggs/.config/alacritty/themes/twdark.toml",
"/Users/steve.briggs/.config/alacritty/bindings.toml"
]
[cursor]
style = "Block"
[font]
size = 18
[font.bold]
family = "MesloLGS NF"
style = "Bold"
[font.italic]
family = "MesloLGS NF"
style = "Bold"
[font.normal]
family = "MesloLGS NF"
style = "Regular"
[[hints.enabled]]
command = "open"
post_processing = true
regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\" {-}\\^⟨⟩`]+"
[hints.enabled.mouse]
mods = "Control|Shift"
[scrolling]
history = 100000
multiplier = 3
[selection]
save_to_clipboard = true
[shell]
program = "/bin/zsh"
[window]
opacity = 0.9
[window.padding]
x = 5
y = 5