diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 7ebaff5..32462df 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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.