about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2018-02-03 13:40:27 +0000
committerdevhell <devhell@mailfresser.de>2018-02-03 13:41:46 +0000
commitaf9b0f092b75279b098baea1361acc3915efbfda (patch)
tree406cb9ac72778ee03e68cc503b787f2d3b09a636 /machines
parentc55085473c1d6e08f8fd950805d52da32386b4f2 (diff)
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.
Diffstat (limited to 'machines')
-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;
     '';
   };