diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-08-03 14:44:42 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-08-03 14:44:42 +0200 |
commit | f616551f87c55b8ba86ef89abc13b9689978375e (patch) | |
tree | a3a872009f12b7b7bdcf4aef77e9255ede505a8e | |
parent | fed753d81e88bc2bad07e18f7f1662b1c455eb67 (diff) | |
download | dotfiles-f616551f87c55b8ba86ef89abc13b9689978375e.tar.gz dotfiles-f616551f87c55b8ba86ef89abc13b9689978375e.tar.bz2 |
Update opacity config used by alacritty
-rw-r--r-- | .config/alacritty/alacritty.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f424fc2..061d650 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -52,6 +52,8 @@ window: # Spread additional padding evenly around the terminal content. dynamic_padding: true + opacity: 0.8 + # Window decorations # # Values for `decorations`: @@ -350,12 +352,6 @@ colors: # #command: None -# 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.8 - #selection: # This string contains all characters that are used as separators for # "semantic words" in Alacritty. |