This commit is contained in:
2026-06-30 10:59:25 +09:00
parent 562e5d0e97
commit d0c05a7b85
16 changed files with 196 additions and 65 deletions
+12 -4
View File
@@ -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;
};
};
};
}