Making a mess of alacritty settings

main
Dan Buch 5 years ago
parent 214892bfdd
commit ee81863a06
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -34,8 +34,8 @@ window:
# Blank space added around the window in pixels. This padding is scaled # 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. # by DPI and the specified value is always added at both opposing sides.
padding: padding:
x: 2 x: 0
y: 2 y: 0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: false dynamic_padding: false
@ -49,10 +49,10 @@ window:
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons
decorations: full decorations: none
# When true, alacritty starts maximized. # When true, alacritty starts maximized.
start_maximized: false start_maximized: true
scrolling: scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
@ -122,7 +122,7 @@ font:
#style: Italic #style: Italic
# Point size # Point size
size: 11.0 size: 8.0
# Offset is the extra space around each character. `offset.y` can be thought of # 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. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.

Loading…
Cancel
Save