From af9b0f092b75279b098baea1361acc3915efbfda Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 3 Feb 2018 13:40:27 +0000 Subject: machines/titan: Set compton inactive-dim to 0.2 0.3 seems a bit extreme for my taste, so I'm hoping 0.2 will be abit more subtle but still distinguishable. --- machines/devhell/titan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ''; }; -- cgit 1.4.1