feat(home): Disable inactive blurring altogether
This commit is contained in:
parent
a3d78e5233
commit
fc9f2f7db5
1 changed files with 1 additions and 3 deletions
|
@ -40,14 +40,12 @@ in {
|
||||||
fade-out-step = 0.03;
|
fade-out-step = 0.03;
|
||||||
|
|
||||||
# Transparency / Opacity - - - - - - - - - - - - - - - - - - - - - - -
|
# Transparency / Opacity - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
inactive-opacity = 0.7;
|
inactive-opacity = 0.9;
|
||||||
active-opacity = 0.9;
|
active-opacity = 0.9;
|
||||||
frame-opacity = 0.7;
|
frame-opacity = 0.7;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:class_g = 'firefox'",
|
|
||||||
"100:class_g = 'zen-alpha'",
|
|
||||||
"60:class_g = 'dolphin'",
|
"60:class_g = 'dolphin'",
|
||||||
"50:class_g = 'cava'"
|
"50:class_g = 'cava'"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue