Reinstate picom blur
This commit is contained in:
parent
3a60b7bd67
commit
6671dbd0c0
@ -1,5 +1,5 @@
|
||||
inactive-opacity = 1;
|
||||
active-opacity = 1;
|
||||
inactive-opacity = 1.0;
|
||||
active-opacity = 1.0;
|
||||
|
||||
shadow = false;
|
||||
|
||||
@ -12,7 +12,7 @@ opacity-rule = [
|
||||
"100:class_g = 'st-256color'",
|
||||
"100:class_g = 'org.remmina.Remmina'",
|
||||
"100:class_g = 'LibreWolf'",
|
||||
"100:class_g = 'qutebrowser'",
|
||||
"80:class_g = 'qutebrowser'",
|
||||
"100:class_g = 'xonotic-sdl'",
|
||||
"100:class_g = 'DarkPlaces'",
|
||||
"100:class_g = 'Qemu-system-x86_64'",
|
||||
@ -20,13 +20,19 @@ opacity-rule = [
|
||||
"100:class_g = '<unknown>'",
|
||||
"100:class_g = 'Element'",
|
||||
"100:class_g = 'eDEX-UI'",
|
||||
"60:class_g = 'qutebrowser'",
|
||||
];
|
||||
|
||||
blur-background-exclude = [
|
||||
"class_g = 'conky'",
|
||||
]
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "dual_kawase";
|
||||
strength = 12;
|
||||
};
|
||||
|
||||
|
||||
fading = true;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.03;
|
||||
|
Loading…
Reference in New Issue
Block a user