aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/alacritty.toml
blob: fc43360c431653aa590ed0e09ec8301420b9302b (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
26
27
[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

[general]
live_config_reload = true
import = ["/home/jakob/.config/alacritty/papertheme.toml"]