Revert some bad alacritty changes

This commit is contained in:
2019-07-18 00:16:12 +02:00
parent b8d6ce0cda
commit 51429673ce

View File

@@ -34,8 +34,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 40
y: 40
x: 0
y: 0
# Spread additional padding evenly around the terminal content.
dynamic_padding: false
@@ -102,24 +102,24 @@ tabspaces: 4
font:
# Normal (roman) font face
normal:
family: Terminus
family: xos4 Terminus
# The `style` can be specified to pick a specific face.
style: Regular
# Bold font face
bold:
family: Terminus
family: xos4 Terminus
# The `style` can be specified to pick a specific face.
style: Bold
# Italic font face
italic:
family: Terminus
family: xos4 Terminus
# The `style` can be specified to pick a specific face.
style: Italic
# Point size
size: 7.0
size: 8.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.