Alacritty: remove deprecated options

This commit is contained in:
Marko Korhonen 2022-02-05 19:56:50 +02:00
parent 02c5e0e8e4
commit 173b6b4e06

View file

@ -1,4 +1,5 @@
window:
opacity: 1.0
dimensions:
columns: 0
lines: 0
@ -64,8 +65,6 @@ bell:
duration: 0
color: "#ffffff"
background_opacity: 1.0
mouse_bindings:
- { mouse: Middle, action: PasteSelection }