fix window issue

This commit is contained in:
alenpaul2001 2022-03-31 20:40:19 +05:30
parent 4ee4e33837
commit 21c93906ca
No known key found for this signature in database
GPG Key ID: B3B923DD474053FF
1 changed files with 8 additions and 8 deletions

16
.config/alacritty/alacritty.yml Executable file → Normal file
View File

@ -40,6 +40,13 @@ window:
# Spread additional padding evenly around the terminal content.
dynamic_padding: false
# 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: 1.0
# opacity: 0.80
# Window decorations
#
# Values for `decorations`:
@ -604,14 +611,6 @@ colors: *DoomOne
# duration: 0
# color: '#ffffff'
# 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: 1.0
# opacity: 0.80
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
@ -868,3 +867,4 @@ key_bindings:
- { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }