Updates to alacritty config

This commit is contained in:
Anthony Oteri
2022-11-03 10:06:10 -04:00
parent 8618f99c63
commit 6726a04bac
+21 -24
View File
@@ -30,9 +30,9 @@ window:
# must be non-zero for this to take effect. The number of columns must be at # must be non-zero for this to take effect. The number of columns must be at
# least `2`, while using a value of `0` for columns and lines will fall back # least `2`, while using a value of `0` for columns and lines will fall back
# to the window manager's recommended size # to the window manager's recommended size
#dimensions: dimensions:
columns: 120 columns: 120
lines: 40 lines: 30
# Window position (changes require restart) # Window position (changes require restart)
# #
@@ -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: 0 x: 5
# y: 0 y: 5
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
#dynamic_padding: false #dynamic_padding: false
@@ -64,12 +64,11 @@ window:
# - buttonless: Title bar, transparent background and no title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons
#decorations: full #decorations: full
decorations: none
# Background opacity # Background opacity
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
#opacity: 1.0 opacity: 1.0
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #
@@ -86,15 +85,14 @@ decorations: none
#title: Alacritty #title: Alacritty
# Allow terminal applications to change Alacritty's window title. # Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
dynamic_title: true dynamic_title: true
# Window class (Linux/BSD only): # Window class (Linux/BSD only):
#class: class:
# Application instance name # Application instance name
#instance: Alacritty instance: Alacritty
# General application class # General application class
#general: Alacritty general: Alacritty
# Decorations theme variant (Linux/BSD only) # Decorations theme variant (Linux/BSD only)
# #
@@ -103,13 +101,12 @@ dynamic_title: true
# the default theme variant. # the default theme variant.
#decorations_theme_variant: None #decorations_theme_variant: None
#scrolling: scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
#history: 10000 history: 10000
history: 0
# Scrolling distance multiplier. # Scrolling distance multiplier.
#multiplier: 3 multiplier: 3
# Font configuration # Font configuration
font: font:
@@ -121,10 +118,10 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: monospace family: JetBrains Mono Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Normal
# Bold font face # Bold font face
bold: bold:
@@ -132,7 +129,7 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: monospace family: JetBrains Mono Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold
@@ -143,7 +140,7 @@ font:
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: monospace family: JetBrains Mono Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Italic style: Italic
@@ -154,13 +151,13 @@ font:
# #
# If the bold italic family is not specified, it will fall back to the # If the bold italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: monospace family: JetBrains Mono Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 9.0 size: 7.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
@@ -184,7 +181,7 @@ font:
#builtin_box_drawing: true #builtin_box_drawing: true
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: true
# Colors (Tomorrow Night) # Colors (Tomorrow Night)
#colors: #colors:
@@ -376,13 +373,13 @@ font:
# #
#command: None #command: None
#selection: selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for
# "semantic words" in Alacritty. # "semantic words" in Alacritty.
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false save_to_clipboard: true
#cursor: #cursor:
# Cursor style # Cursor style