update
This commit is contained in:
+12
-4
@@ -2,7 +2,7 @@
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
backend = "egl";
|
||||
backend = "glx";
|
||||
fade = true;
|
||||
fadeDelta = 5;
|
||||
fadeExclude = [
|
||||
@@ -10,9 +10,17 @@
|
||||
"focused = 1"
|
||||
];
|
||||
inactiveOpacity = 0.9;
|
||||
shadow = true;
|
||||
shadowExclude = [
|
||||
"focused = 1"
|
||||
opacityRules = [
|
||||
"100:name = 'Picture-in-Picture'"
|
||||
"80:class_g = 'XTerm' && focused"
|
||||
"67:class_g = 'i3-frame'"
|
||||
];
|
||||
settings = {
|
||||
blur = {
|
||||
method = "gaussian";
|
||||
size = 16;
|
||||
deviation = 8.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user