Files
DotFiles/alacritty/alacritty.toml
2025-12-30 13:19:30 -07:00

66 lines
1.0 KiB
TOML
Raw Permalink 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 = ["~/.config/alacritty/themes/themes/catppuccin_mocha.toml"]
[colors]
draw_bold_text_with_bright_colors = false
[cursor]
blink_timeout = 5
unfocused_hollow = true
vi_mode_style = "Beam"
[cursor.style]
blinking = "On"
shape = "Underline"
[env]
TERM = "xterm-256color"
[font.normal]
family = "JetBrainsMono Nerd Font Mono"
[hints]
alphabet = "jfkdls;ahgurieowpq"
[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "U"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[mouse]
hide_when_typing = false
[scrolling]
history = 10000
multiplier = 3
[shell]
program = "/bin/zsh"
[window]
decorations = "none"
dynamic_title = true
opacity = 0.95
# startup_mode = "Maximized"
# title = "Alacritty"
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.padding]
x = 2
y = 2
[window.position]
x = 0
y = 0