about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/alacritty/toml/window.toml
blob: 123b5b7a19b76a5d59698c0209083171297054c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[window]
decorations = "none"
decorations_theme_variant = "None"
dynamic_title = true
opacity = 0.9
startup_mode = "Windowed"
title = "Alacritty"
[window.class]
general = "Alacritty"
instance = "Alacritty"

[window.dimensions]
columns = 0
lines = 0

[window.padding]
x = 5
y = 5