compton.conf opacity rules..

This commit is contained in:
Harri Lahtinen 2019-07-13 22:23:20 +03:00
parent d6fb49db03
commit 6317a25709
1 changed files with 4 additions and 3 deletions

View File

@ -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",