From 218ef66c4e2d1c6c2b46353e91b7a9e69803f793 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 5 Jun 2022 13:45:01 +0200 Subject: [PATCH] alacritty: Fix deprecation --- modules/programs/alacritty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/alacritty/default.nix b/modules/programs/alacritty/default.nix index 317f7e0..09682dd 100644 --- a/modules/programs/alacritty/default.nix +++ b/modules/programs/alacritty/default.nix @@ -30,6 +30,7 @@ in { dynamic_title = true; decorations = "full"; startup_mode = "Windowed"; + opacity = 0.7; }; scrolling = { @@ -83,7 +84,6 @@ in { }; }; - background_opacity = 0.7; mouse_bindings = [ { mouse = "Middle"; action = "PasteSelection";