-
Notifications
You must be signed in to change notification settings - Fork 1
/
alacritty.toml
72 lines (55 loc) · 1.1 KB
/
alacritty.toml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
import = ["/home/ik/.config/alacritty/themes/themes/monokai_charcoal.toml"]
live_config_reload = true
[cursor]
thickness = 0.15
unfocused_hollow = true
[cursor.style]
blinking = "Off"
shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 10
[font.bold]
family = "Mononoki Nerd Font Mono"
style = "Bold"
[font.bold_italic]
family = "Mononoki Nerd Font Mono"
style = "Bold Italic"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "Mononoki Nerd Font Mono"
style = "Italic"
[font.normal]
family = "Mononoki Nerd Font Mono"
style = "Regular"
[font.offset]
x = 0
y = 3
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Command|Shift"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Command|Shift"
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "F11"
[mouse]
hide_when_typing = true
[scrolling]
multiplier = 3
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[window]
decorations = "full"
decorations_theme_variant = "Dark"
dynamic_padding = true
dynamic_title = true
opacity = 0.95
startup_mode = "Windowed"