Fix more alacritty config values
This commit is contained in:
parent
6c53d69c01
commit
8678b2ce17
1 changed files with 2 additions and 41 deletions
|
@ -55,8 +55,8 @@ window:
|
||||||
# - Fullscreen
|
# - Fullscreen
|
||||||
startup_mode: Windowed
|
startup_mode: Windowed
|
||||||
|
|
||||||
# Window title
|
# Allow terminal applications to change Alacritty's window title.
|
||||||
#title: Alacritty
|
dynamic_title: true
|
||||||
|
|
||||||
# Window class (Linux only):
|
# Window class (Linux only):
|
||||||
#class: Alacritty
|
#class: Alacritty
|
||||||
|
@ -70,15 +70,6 @@ scrolling:
|
||||||
# scrollback is enabled (history > 0).
|
# scrollback is enabled (history > 0).
|
||||||
multiplier: 3
|
multiplier: 3
|
||||||
|
|
||||||
# Spaces per Tab (changes require restart)
|
|
||||||
#
|
|
||||||
# This setting defines the width of a tab in cells.
|
|
||||||
#
|
|
||||||
# Some applications, like Emacs, rely on knowing about the width of a tab.
|
|
||||||
# To prevent unexpected behavior in these applications, it's also required to
|
|
||||||
# change the `it` value in terminfo when altering this setting.
|
|
||||||
tabspaces: 4
|
|
||||||
|
|
||||||
# Font configuration (changes require restart)
|
# Font configuration (changes require restart)
|
||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
|
@ -210,33 +201,6 @@ colors:
|
||||||
#
|
#
|
||||||
#indexed_colors: []
|
#indexed_colors: []
|
||||||
|
|
||||||
|
|
||||||
# Visual Bell
|
|
||||||
#
|
|
||||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
|
||||||
# rung, the terminal background will be set to white and transition back to the
|
|
||||||
# default background color. You can control the rate of this transition by
|
|
||||||
# setting the `duration` property (represented in milliseconds). You can also
|
|
||||||
# configure the transition function by setting the `animation` property.
|
|
||||||
#
|
|
||||||
# Values for `animation`:
|
|
||||||
# - Ease
|
|
||||||
# - EaseOut
|
|
||||||
# - EaseOutSine
|
|
||||||
# - EaseOutQuad
|
|
||||||
# - EaseOutCubic
|
|
||||||
# - EaseOutQuart
|
|
||||||
# - EaseOutQuint
|
|
||||||
# - EaseOutExpo
|
|
||||||
# - EaseOutCirc
|
|
||||||
# - Linear
|
|
||||||
#
|
|
||||||
# Specifying a `duration` of `0` will disable the visual bell.
|
|
||||||
visual_bell:
|
|
||||||
animation: EaseOutExpo
|
|
||||||
duration: 0
|
|
||||||
color: '0xffffff'
|
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
|
@ -298,9 +262,6 @@ selection:
|
||||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||||
save_to_clipboard: false
|
save_to_clipboard: false
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
|
||||||
dynamic_title: true
|
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue