Changed some alacritty settings

This commit is contained in:
Dreaded_X 2023-04-06 23:09:09 +02:00
parent 7473dba170
commit 2fb67ab8eb
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -46,9 +46,9 @@ 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: 5 # x: 5
y: 5 # y: 5
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: true dynamic_padding: true
@ -104,7 +104,7 @@ window:
# Resize increments # Resize increments
# #
# Prefer resizing window by discrete steps equal to cell dimensions. # Prefer resizing window by discrete steps equal to cell dimensions.
#resize_increments: false resize_increments: true
# Make `Option` key behave as `Alt` (macOS only): # Make `Option` key behave as `Alt` (macOS only):
# - OnlyLeft # - OnlyLeft
@ -170,7 +170,7 @@ font:
#style: Bold Italic #style: Bold Italic
# Point size # Point size
#size: 11.0 size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought # 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 # of as modifying the line spacing, and `offset.x` as modifying the letter