Skip to content

Commit

Permalink
Fix Alacritty config
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarratt committed Nov 4, 2019
1 parent d19d7a4 commit d92afcf
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ window:
x: 2
y: 2

# Window decorations
# Setting this to false will result in window without borders and title bar.
decorations: true
# Window decorations
decorations: none

# Display tabs using this many cells (changes require restart)
tabspaces: 4
Expand Down Expand Up @@ -73,10 +72,6 @@ font:
x: 0
y: 0

# Scale the font size based on the monitor's DPI. This will lead to bigger text on HiDPI
# screens and make reading text a little easier.
scale_with_dpi: true

# 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
# false.
Expand All @@ -85,10 +80,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
Expand All @@ -109,6 +100,8 @@ colors:
cursor:
text: '0x000000'
cursor: '0xffffff'
style: 'Block'
unfocused_hollow: true

# Normal colors
normal:
Expand Down Expand Up @@ -208,29 +201,13 @@ mouse:
# scrolling for applications like `man`.
#
# To disable this completely, set `faux_scrollback_lines` to 0.
faux_scrollback_lines: 1
faux_scrolling_lines: 1

selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"

dynamic_title: true

hide_cursor_when_typing: false

# Style of the cursor
#
# Values for 'cursor_style':
# - Block
# - Underline
# - Beam
cursor_style: Block

# Whether the cursor should be a hollow block on window focus loss
unfocused_hollow_cursor: true

# Live config reload (changes require restart)
live_config_reload: true

# Shell
#
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
Expand Down

0 comments on commit d92afcf

Please sign in to comment.