aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/window.toml
blob: f864c56aa9a708fe7366b3d605df900b10fe457c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[scrolling]
history = 20000

[window]
decorations = "full"
dynamic_padding = false
dynamic_title = true
opacity = 0.9
startup_mode = "Windowed"
title = "Alacritty"

[window.class]
general = "Alacritty"
instance = "Alacritty"

[window.padding]
x = 0
y = 0