diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 76d6bdd..4fc162e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -13,6 +13,11 @@ env: TERM: xterm-256color 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) # # Specified in number of columns/lines, not pixels. @@ -248,19 +253,6 @@ import: # duration: 0 # 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. #dynamic_title: true