aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/alacritty.toml
blob: 39b097247f61ad89d2b78c6286bf030a0c33f694 (plain) (blame)
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
import = ["/home/jakob/.config/alacritty/papertheme.toml"]
live_config_reload = true

[env]
TERM = "alacritty"

[font]
size = 7

# [font.normal]
# family = "RobotoMono Nerd Font Mono"

[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Alt"

[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Alt"

[window.padding]
x = 0
y = 0