diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:05:10 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-02-09 23:05:10 +0100 |
| commit | 8385dc317f768321b62d27ce5980f6dbe7634034 (patch) | |
| tree | 864cf068ca42793ca677599c40acf04efda6026d /alacritty | |
| parent | fb562670c4a43f3327b6992f5e10d945d0b9ea92 (diff) | |
.
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/alacritty.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 6dc02c1..e7be8b5 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -38,6 +38,8 @@ window: dynamic_title: true + opacity: 1.0 + scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -204,12 +206,6 @@ bell: animation: EaseOutExpo duration: 0 -# 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: 1.0 - # Mouse bindings # # Available fields: |
