aboutsummaryrefslogtreecommitdiff
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml44
1 files changed, 20 insertions, 24 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 8f52853d..b4088ccd 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -126,11 +126,6 @@ font:
# Display the time it takes to redraw each frame.
render_timer: false
-# Use custom cursor colors. If `true`, the `colors.cursor.foreground` and
-# `colors.cursor.background` colors will be used to display the cursor.
-# Otherwise the cell colors are inverted for the cursor.
-custom_cursor_colors: false
-
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
@@ -151,10 +146,11 @@ colors:
# Cursor colors
#
- # These will only be used when the `custom_cursor_colors` field is set to `true`.
- cursor:
- text: '0x000000'
- cursor: '0xffffff'
+ # Colors which should be used to draw the terminal cursor. If these are unset,
+ # the cursor color will be the inverse of the cell color.
+ #cursor:
+ # text: '0x000000'
+ # cursor: '0xffffff'
# Normal colors
normal:
@@ -257,6 +253,9 @@ mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
+ # If this is `true`, the cursor is temporarily hidden when typing.
+ hide_when_typing: false
+
url:
# URL launcher
#
@@ -276,21 +275,18 @@ selection:
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: false
-dynamic_title: true
-
-hide_cursor_when_typing: false
-
-# Cursor style
-#
-# Values for 'cursor_style':
-# - Block
-# - Underline
-# - Beam
-cursor_style: Block
-
-# If this is `true`, the cursor will be rendered as a hollow box when the
-# window is not focused.
-unfocused_hollow_cursor: true
+cursor:
+ # Cursor style
+ #
+ # Values for 'style':
+ # - ▇ Block
+ # - _ Underline
+ # - | Beam
+ style: Block
+
+ # If this is `true`, the cursor will be rendered as a hollow box when the
+ # window is not focused.
+ unfocused_hollow: true
# Live config reload (changes require restart)
live_config_reload: true