-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.yml
58 lines (44 loc) · 1.16 KB
/
alacritty.yml
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
# `env` 下的所有键值对将会被添加为环境变量
import:
- ~/.config/alacritty/themes/themes/seashells.yaml
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
TERM: xterm-256color
live_config_reload: true
window:
# 窗口尺寸大小(配置变更需要重启生效)
#
# 终端显示的列和行的数量。列的数量至少是 2,如果设置为 0 那么会使用窗口管理器决定的大小。
dimensions:
columns: 120
lines: 30
opacity: 0.92
title: Booom
startup_mode: Maximized
decorations: buttonless
# Theme https://github.com/alacritty/alacritty-theme
#
scrolling:
history: 10000
multiplier: 3
url:
modifiers: Command
mouse:
hide_when_typing: true
font:
size: 13
normal:
family: Droid Sans Mono
style: Regular
bold:
family: Droid Sans Mono
italic:
family: Droid Sans Mono
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t@="
save_to_clipboard: true