From 9781a1ab2c5dbe92b07f59dac95a7f8c266d52d9 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 14 Nov 2022 01:12:16 +0100 Subject: [PATCH] Formatting --- home/picom.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/picom.nix b/home/picom.nix index 6af4159..4e35923 100644 --- a/home/picom.nix +++ b/home/picom.nix @@ -1,6 +1,7 @@ { ... }: { services.picom = { enable = true; - # inactiveDim = "0.3"; + /* activeOpacity = 0.9; */ + /* inactiveDim = "0.3"; */ }; }