summary refs log tree commit diff
path: root/configs/alacritty.toml
blob: 4e4d1305619491e5e341d53da7873529e882600a (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
[terminal.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