Skip to content

Commit

Permalink
Update Alacritty config
Browse files Browse the repository at this point in the history
  • Loading branch information
psamim committed Jan 31, 2022
1 parent 76dd0ff commit 095d42b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
#TERM: xterm-256color

window:
# 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.
opacity: 0.93

# Allow terminal applications to change Alacritty's window title.
dynamic_title: true

Expand Down Expand Up @@ -209,11 +215,6 @@ bell:
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.
background_opacity: 0.93

# Mouse bindings
#
Expand Down

0 comments on commit 095d42b

Please sign in to comment.