blob: eb1783bf6df2a8c517d906d4c10a52a639f1242f (
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
26
|
# Font configuration (changes require restart)
font:
# The size to use.
size: 12
# The normal (roman) font face to use.
normal:
family: JetBrainsMono Nerd Font
# Style can be specified to pick a specific face.
style: Regular
# The bold font face
bold:
family: JetBrainsMono Nerd Font
# Style can be specified to pick a specific face.
# style: Bold
# The italic font face
italic:
family: JetBrainsMono Nerd Font
# ()
# Style can be specified to pick a specific face.
# style: Italic
window:
opacity: 0.75
key_bindings:
- { key: Return, mods: Alt|Shift, action: SpawnNewInstance }
|