updated alacritty conf

This commit is contained in:
Solomon Laing 2022-02-05 20:46:52 +10:30
parent c7bc4999e4
commit bbc8c082e6

View File

@ -13,6 +13,11 @@ env:
TERM: xterm-256color TERM: xterm-256color
window: window:
# Background Opacity set as a float value between 0 and 1 with 0
# being totally opache and 1 being totally transparent.
opacity: 0.7
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Specified in number of columns/lines, not pixels. # Specified in number of columns/lines, not pixels.
@ -248,19 +253,6 @@ import:
# duration: 0 # duration: 0
# color: '0xffffff' # color: '0xffffff'
# Background opacity
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
window.opacity: 0.75
# background_opacity: 0.95
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title. # Allow terminal applications to change Alacritty's window title.
#dynamic_title: true #dynamic_title: true