summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-02-24 15:44:32 +0100
committerAdam Stück <adam@adast.xyz>2023-02-24 15:44:32 +0100
commitbe03a2c21de1215da02265ad06431cd9cfa75c23 (patch)
treeb3cb919b6772052e4897a41a3d7f5ce6f6551fa1
parentf4b8368b2b86ae7900896377b5098876edbbc574 (diff)
picom: increase inactive window dim
Easier to track which window has focus when using a light theme
-rw-r--r--.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index c8e15d3..a5d961e 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -13,7 +13,7 @@ frame-opacity = 1;
inactive-opacity-override = false;
# Dim inactive windows. (0.0 - 1.0)
-inactive-dim = 0.01;
+inactive-dim = 0.05;
# Do not let dimness adjust based on window opacity.
inactive-dim-fixed = true;
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.