alacritty: Remove default config options

There isn't much of a point in keeping them around, since I'd have to
go look things up if they added things later, and I'd rather get
updated values when they matter (ex. selection.semantic_escape_chars)
This commit is contained in:
Adam Goldsmith 2019-08-03 01:47:12 -04:00
parent eaf258c371
commit 328e37c62c
1 changed files with 1 additions and 44 deletions

View File

@ -5,56 +5,13 @@ env:
# don't do DPI scaling, it sucks
WINIT_HIDPI_FACTOR: '1.0'
# Live config reload (changes require restart)
live_config_reload: true
window:
padding:
x: 2
y: 2
background_opacity: 1.0
dynamic_title: true
# disable visual bell
visual_bell:
duration: 0
scrolling:
# How many lines of scrollback to keep, '0' will disable scrolling.
history: 10000
# Number of lines the viewport will move for every line scrolled
multiplier: 3
# The `faux_multiplier` setting controls the number
# of lines the terminal should scroll when the alternate
# screen buffer is active. This is used to allow mouse
# scrolling for applications like `man`.
faux_multiplier: 3
# Automatically scroll to the bottom when new text is written
# to the terminal.
auto_scroll: false
padding: {x: 2, y: 2}
font:
normal: { family: Hack }
size: 11.0
# Display tabs using this many cells (changes require restart)
tabspaces: 8
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
cursor:
# Whether the cursor should be a hollow block on window focus loss
unfocused_hollow: true
style: Block
# Draw bold text using the bright variant of colors
draw_bold_text_with_bright_colors: true
colors:
primary:
background: '0x111111'