alacritty: Fix deprecation
This commit is contained in:
parent
22cbe83779
commit
218ef66c4e
@ -30,6 +30,7 @@ in {
|
|||||||
dynamic_title = true;
|
dynamic_title = true;
|
||||||
decorations = "full";
|
decorations = "full";
|
||||||
startup_mode = "Windowed";
|
startup_mode = "Windowed";
|
||||||
|
opacity = 0.7;
|
||||||
};
|
};
|
||||||
|
|
||||||
scrolling = {
|
scrolling = {
|
||||||
@ -83,7 +84,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
background_opacity = 0.7;
|
|
||||||
mouse_bindings = [ {
|
mouse_bindings = [ {
|
||||||
mouse = "Middle";
|
mouse = "Middle";
|
||||||
action = "PasteSelection";
|
action = "PasteSelection";
|
||||||
|
Loading…
Reference in New Issue
Block a user