alacritty updates

This commit is contained in:
Tristaan
2019-01-09 17:44:10 +01:00
parent 4a92da5d69
commit 2a2e522a6b
2 changed files with 29 additions and 34 deletions

View File

@@ -73,20 +73,20 @@ font:
# style: Italic
# Point size of the font
size: 8.0
size: 12.0
# Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing.
offset:
x: 0.0
y: 0.0
x: 0
y: 0
# Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increase the x offset to move the glyph to
# the right, increase the y offset to move the glyph upward.
glyph_offset:
x: 0.0
y: 0.0
x: 0
y: 0
# OS X only: use thin stroke font rendering. Thin strokes are suitable
# for retina displays, but for non-retina you probably want this set to
@@ -96,10 +96,6 @@ font:
# Should display the render timer
render_timer: false
# Use custom cursor colors. If true, display the cursor in the cursor.foreground
# and cursor.background colors, otherwise invert the colors of the cursor.
custom_cursor_colors: false
# Colors (Tomorrow Night Bright)
colors:
# Default colors
@@ -195,11 +191,11 @@ mouse_bindings:
mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
hide_when_typing: true
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
hide_cursor_when_typing: false
# Style of the cursor
#
@@ -207,7 +203,8 @@ hide_cursor_when_typing: false
# - Block
# - Underline
# - Beam
cursor_style: Block
cursor:
style: Block
# Live config reload (changes require restart)
live_config_reload: true