Skip to content

Commit b7aa76c

Browse files
committedNov 12, 2024
[alacritty] migrate to toml config
1 parent 4f3ba12 commit b7aa76c

File tree

2 files changed

+18
-695
lines changed

2 files changed

+18
-695
lines changed
 

‎.config/alacritty/alacritty.toml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[env]
2+
TERM = "xterm-256color"
3+
4+
[scrolling]
5+
# Maximum number of lines in the scrollback buffer.
6+
# Specifying '0' will disable scrolling.
7+
history = 100000
8+
9+
# Scrolling distance multiplier.
10+
multiplier = 3
11+
12+
[font]
13+
# Font family
14+
normal = { family = "LiterationMono Nerd Font Mono", style = "Book" }
15+
size = 14.0
16+
17+
[window]
18+
opacity = 0.9

‎.config/alacritty/alacritty.yml

-695
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.