Use Terminu OTF instead of TTF & SpawnNewInstance

This commit is contained in:
Arti Zirk 2020-12-26 21:12:46 +02:00
parent bf9df6d075
commit 70dffedd85
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ scrolling:
# Font configuration
font:
normal:
family: 'Terminus (TTF)'
family: 'Terminus'
size: 12.0
# Maybe hyper, or kitty or xterm
@ -138,3 +138,6 @@ schemes:
white: '0xeeeeec'
colors: *tango
key_bindings:
- { key: N, mods: Shift|Control, action: SpawnNewInstance }