From cdbffbf1be1cea9522761f3fda69b5442e8682d0 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Mon, 3 Mar 2025 17:35:59 +0000 Subject: [PATCH] change opacity --- common/.config/picom.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/.config/picom.conf b/common/.config/picom.conf index 95d22ab..654b56a 100644 --- a/common/.config/picom.conf +++ b/common/.config/picom.conf @@ -152,7 +152,7 @@ fade-exclude = [ # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.9; +inactive-opacity = 0.95; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 @@ -195,9 +195,9 @@ focus-exclude = [ # # opacity-rule = [] opacity-rule = [ - "85:class_g = 'org.wezfurlong.wezterm'", - "85:class_g = 'discord'", - "85:class_g = 'Spotify'", + "95:class_g = 'org.wezfurlong.wezterm'", + "99:class_g = 'discord'", + "99:class_g = 'Spotify'", "100:class_g *= 'chrome'", ];