aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/alacritty/alacritty.toml
blob: f3a3f0e2ec92818617abd7160c69e86aab019119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
live_config_reload = true

import = [
	"~/.config/alacritty/ultramar-dark.toml",
]

[bell.command]
args = ["-i", "Oxygen-Sys-App-Message"]
program = "canberra-gtk-play"

[font]
size = 9.0

[mouse]
hide_when_typing = true

[scrolling]
multiplier = 10

[window]
blur = true
dynamic_padding = true
opacity = 0.95
padding = { x = 2, y = 2 }

[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
post_processing = true
mouse.enabled = true
binding = { key = "O", mods = "Control|Shift" }
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩‘]+"