-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.toml
67 lines (51 loc) · 958 Bytes
/
.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
[general]
live_config_reload = true
[colors.primary]
background = "#000000"
[env]
LANG = "en_US.UTF-8"
TERM = "alacritty"
[font]
size = 12.0
[font.bold]
family = "MesloLGS NF"
style = "Bold"
[font.bold_italic]
family = "MesloLGS NF"
style = "Italic"
[font.italic]
family = "MesloLGS NF"
style = "Italic"
#[font.non_ascii]
#family = "Agave Nerd Font"
#style = "Regular"
[font.normal]
family = "MesloLGS NF"
style = "Regular"
[[keyboard.bindings]]
chars = '\p'
key = "LBracket"
mods = "Command"
[[keyboard.bindings]]
chars = '\n'
key = "RBracket"
mods = "Command"
[[keyboard.bindings]]
chars = "\u001E"
key = "Key6"
mods = "Control"
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "Return"
mods = "Command"
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[terminal.shell]
args = ["--login"]
program = "/bin/zsh"
[window]
decorations = "buttonless"
dynamic_padding = false
opacity = 0.40
blur = true