compton.conf opacity rules..
This commit is contained in:
parent
d6fb49db03
commit
6317a25709
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue