From 6317a25709cf0e7ffcb90ad8f4ce3da1bb9c95da Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sat, 13 Jul 2019 22:23:20 +0300 Subject: [PATCH] compton.conf opacity rules.. --- .config/compton.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index 4e79de3..51f0523 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -92,7 +92,7 @@ shadow-ignore-shaped = false; ################################# menu-opacity = 0.8; -inactive-opacity = 0.6; +inactive-opacity = 0.7; active-opacity = 0.9; frame-opacity = 1; inactive-opacity-override = false; @@ -100,10 +100,11 @@ alpha-step = 0.06; blur-kern = "3x3box"; blur-method = "kawase"; -blur-strength = 12; +blur-strength = 15; opacity-rule = [ - "70:class_g = 'st'", + "80:class_g = 'St' && focused", + "60:class_g = 'St' && !focused", "70:class_g = 'Code'", "70:class_g = 'code-oss'", "99:class_g = 'Google-chrome' && focused",