about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-09-30 11:28:26 +0100
committerdevhell <devhell@mailfresser.de>2019-09-30 11:28:26 +0100
commit42a90ce6d9cb0a3db332631ec3268912a4ea1cbb (patch)
treecf080b0a029b04b5c97e63576a12ac4ae9c6cb06
parent27e16d415f9499916167c00076cdcf366f084361 (diff)
profiles/services: Make compton dim inactive again
Forgot to make compton dim inactive windows when I reworked it. This
fixes that annoying issue.
-rw-r--r--modules/user/devhell/profiles/services.nix1
1 files changed, 1 insertions, 0 deletions
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; };
       };
     };