From 42a90ce6d9cb0a3db332631ec3268912a4ea1cbb Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 30 Sep 2019 11:28:26 +0100 Subject: profiles/services: Make compton dim inactive again Forgot to make compton dim inactive windows when I reworked it. This fixes that annoying issue. --- modules/user/devhell/profiles/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix index 927fa3e9..8d00a08c 100644 --- a/modules/user/devhell/profiles/services.nix +++ b/modules/user/devhell/profiles/services.nix @@ -38,6 +38,7 @@ in { enable = true; vSync = true; backend = "glx"; + settings = { inactive-dim = 0.2; }; }; }; -- cgit 1.4.1