From 56e4a5ebfb79c6016503cf30f0922248e7436431 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 7 Oct 2024 15:03:06 +0200 Subject: [PATCH] picom: fix unfocussed images being darker --- .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 7d6a56c..026b48a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -101,7 +101,7 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0