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:
parent
eaf258c371
commit
328e37c62c
@ -5,56 +5,13 @@ env:
|
|||||||
# don't do DPI scaling, it sucks
|
# don't do DPI scaling, it sucks
|
||||||
WINIT_HIDPI_FACTOR: '1.0'
|
WINIT_HIDPI_FACTOR: '1.0'
|
||||||
|
|
||||||
# Live config reload (changes require restart)
|
|
||||||
live_config_reload: true
|
|
||||||
|
|
||||||
window:
|
window:
|
||||||
padding:
|
padding: {x: 2, y: 2}
|
||||||
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
|
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal: { family: Hack }
|
normal: { family: Hack }
|
||||||
size: 11.0
|
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:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '0x111111'
|
background: '0x111111'
|
||||||
|
Loading…
Reference in New Issue
Block a user