diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-24 15:44:32 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-24 15:44:32 +0100 |
commit | be03a2c21de1215da02265ad06431cd9cfa75c23 (patch) | |
tree | b3cb919b6772052e4897a41a3d7f5ce6f6551fa1 /.config/picom | |
parent | f4b8368b2b86ae7900896377b5098876edbbc574 (diff) |
picom: increase inactive window dim
Easier to track which window has focus when using a light theme
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 2 |
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. |