summary refs log tree commit diff
path: root/configs/alacritty.toml
blob: 9c67e4f6ef9343148a74388e169c67ad663f825a (plain)
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
[shell]

program = "/run/current-system/sw/bin/tmux"
args = [ "new-session", "-A", "-D", "-s", "mains" ]

[window]

decorations = "None"
startup_mode = "Maximized"

padding.x = 2
padding.y = 2

[font]

normal.family = "Meslo LG M DZ"
bold.family = "Meslo LG M DZ"
italic.family = "Meslo LG M DZ"
bold_italic.family = "Meslo LG M DZ"

size = 10.0

[scrolling]

history = 0