Add italic font and setting for hiding mouse when typing

This commit is contained in:
2021-10-23 00:01:50 +03:00
parent 8f1dee5443
commit 73c2aa9606

View File

@@ -5,6 +5,9 @@ font:
bold:
family: Iosevka
style: Bold
italic:
family: Iosevka
style: "Light Italic"
offset:
x: 1
y: 1
@@ -45,4 +48,7 @@ window:
x: 5
y: 5
mouse:
hide_when_typing: true
background_opacity: 0.95