Update alacritty config to match new window opacity

This commit is contained in:
Ethan Lane 2022-05-01 16:35:07 +01:00
parent 42b470c5b1
commit c98d2639b0
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

@ -2,6 +2,10 @@ env:
TERM: xterm-256color
window:
dimensions:
columns: 133
lines: 40
padding:
x: 6
y: 6
@ -11,6 +15,8 @@ window:
class:
instance: Alacritty
general: Alacritty
opacity: 1
scrolling:
history: 5000
@ -40,8 +46,6 @@ font:
draw_bold_text_with_bright_colors: true
background_opacity: 0.75
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }