From be03a2c21de1215da02265ad06431cd9cfa75c23 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Fri, 24 Feb 2023 15:44:32 +0100 Subject: picom: increase inactive window dim Easier to track which window has focus when using a light theme --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-70-g09d2