summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2021-10-04 13:17:53 -0600
committermediocregopher <mediocregopher@gmail.com>2021-10-05 22:00:50 -0600
commitcb90adf002cea2fe73047bf7b0c5183f76babe44 (patch)
tree4af51c228c459ed5d9c41a9e387cb254caa6aa41
parent0cd135b57dddc5264d6214867f2b86670112968d (diff)
comment out alacritty font settings again, it still doesn't work
-rw-r--r--alacritty/alacritty.yml142
1 files changed, 71 insertions, 71 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
index ad3f385..d09b2fb 100644
--- a/alacritty/alacritty.yml
+++ b/alacritty/alacritty.yml
@@ -102,81 +102,81 @@ env:
#multiplier: 3
## Font configuration
-#font:
-# size: 7
+font:
+ size: 7
#
#TODO I'd like to restore this font configuration, but I can't cause nix
#doesn't play nicely with fontconfig
-font:
- # Normal (roman) font face
- normal:
- # Font family
- #
- # Default:
- # - (macOS) Menlo
- # - (Linux/BSD) monospace
- # - (Windows) Consolas
- family: Source Code Pro
-
- # The `style` can be specified to pick a specific face.
- style: Regular
-
- # Bold font face
- bold:
- # Font family
- #
- # If the bold family is not specified, it will fall back to the
- # value specified for the normal font.
- family: Source Code Pro
-
- # The `style` can be specified to pick a specific face.
- style: Bold
-
- # Italic font face
- italic:
- # Font family
- #
- # If the italic family is not specified, it will fall back to the
- # value specified for the normal font.
- family: Source Code Pro
-
- # The `style` can be specified to pick a specific face.
- style: Italic
-
- # Bold italic font face
- bold_italic:
- # Font family
- #
- # If the bold italic family is not specified, it will fall back to the
- # value specified for the normal font.
- family: Source Code Pro
-
- # The `style` can be specified to pick a specific face.
- style: Bold Italic
-
- # Point size
- size: 6.3
-
- # 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.
- #offset:
- # x: 0
- # y: 0
-
- # Glyph offset determines the locations of the glyphs within their cells with
- # the default being at the bottom. Increasing `x` moves the glyph to the
- # right, increasing `y` moves the glyph upward.
- #glyph_offset:
- # x: 0
- # y: 0
-
- # Thin stroke font rendering (macOS only)
- #
- # Thin strokes are suitable for retina displays, but for non-retina screens
- # it is recommended to set `use_thin_strokes` to `false`.
- #use_thin_strokes: true
+ #font:
+ # # Normal (roman) font face
+ # normal:
+ # # Font family
+ # #
+ # # Default:
+ # # - (macOS) Menlo
+ # # - (Linux/BSD) monospace
+ # # - (Windows) Consolas
+ # family: Source Code Pro
+ #
+ # # The `style` can be specified to pick a specific face.
+ # style: Regular
+ #
+ # # Bold font face
+ # bold:
+ # # Font family
+ # #
+ # # If the bold family is not specified, it will fall back to the
+ # # value specified for the normal font.
+ # family: Source Code Pro
+ #
+ # # The `style` can be specified to pick a specific face.
+ # style: Bold
+ #
+ # # Italic font face
+ # italic:
+ # # Font family
+ # #
+ # # If the italic family is not specified, it will fall back to the
+ # # value specified for the normal font.
+ # family: Source Code Pro
+ #
+ # # The `style` can be specified to pick a specific face.
+ # style: Italic
+ #
+ # # Bold italic font face
+ # bold_italic:
+ # # Font family
+ # #
+ # # If the bold italic family is not specified, it will fall back to the
+ # # value specified for the normal font.
+ # family: Source Code Pro
+ #
+ # # The `style` can be specified to pick a specific face.
+ # style: Bold Italic
+ #
+ # # Point size
+ # size: 6.3
+ #
+ # # 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.
+ # #offset:
+ # # x: 0
+ # # y: 0
+ #
+ # # Glyph offset determines the locations of the glyphs within their cells with
+ # # the default being at the bottom. Increasing `x` moves the glyph to the
+ # # right, increasing `y` moves the glyph upward.
+ # #glyph_offset:
+ # # x: 0
+ # # y: 0
+ #
+ # # Thin stroke font rendering (macOS only)
+ # #
+ # # Thin strokes are suitable for retina displays, but for non-retina screens
+ # # it is recommended to set `use_thin_strokes` to `false`.
+ # #use_thin_strokes: true
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false