aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/window.toml
blob: f0c281dafd34267e579038410f3c307efd22a3b1 (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.75
startup_mode = "Windowed"
title = "Alacritty"

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

[window.padding]
x = 0
y = 0