aboutsummaryrefslogtreecommitdiff
path: root/alacritty.toml
blob: 5b29aad4813732469f35e215a30fa8d4af472a3e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[bell]
animation = "EaseOutExpo"
duration = 0

[colors]
draw_bold_text_with_bright_colors = true

[cursor]
style = "Block"
unfocused_hollow = false

[font]
# Normal font style
normal = { family = "JetBrains Mono", style = "Regular" }

# Bold font style
bold = { style = "Bold" }

# Italic font style
italic = { style = "Italic" }

# Bold Italic font style
bold_italic = { style = "Bold Italic" }

# Font size in points
size = 11.25

[mouse]
hide_when_typing = true

[[mouse.bindings]]
action = "PasteSelection"
mouse = "Middle"

[scrolling]
history = 10000
multiplier = 3

[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>"

[window]
decorations = "full"
dynamic_padding = false
dynamic_title = true
opacity = 1.0

[window.padding]
x = 2
y = 2