blob: cb32c5f05942785d37e2fbc386d63f35b0d4540a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[general]
import = ['~/.config/alacritty/modus-vivendi.toml']
[window]
padding = { x = 6, y = 6 }
dynamic_padding = true
title = 'Terminal'
[font]
normal = { family = 'AporeticSansMonoNerdFont', style = 'Regular' }
size = 12
[selection]
save_to_clipboard = true
[cursor]
style = { shape = 'Beam', blinking = 'On'}
[terminal]
shell = '/home/venomade/.nix-profile/bin/zsh'
[hints]
alphabet = 'neiotsradhwyfupl'
|