about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 267c3b5d..b7b89b6a 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -111,7 +111,7 @@
   services.compton = {
     enable = true;
     extraOptions = ''
-      inactive-dim = 0.3;
+      inactive-dim = 0.2;
     '';
   };