1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(picom): do not make lockscreen transparent

This commit is contained in:
2023-03-21 19:14:32 +01:00
parent a294bf009d
commit eb5cedabf8

View File

@@ -8,5 +8,14 @@
shadow = true;
menuOpacity = 0.9;
shadowOpacity = 0.3;
opacityRules = [
# opacity-rule overrides both inactive and active opacity
"100:class_g = 'slock'" # don't want a transparent lock screen!
# video in browser tabs
# substring /regex match of title bar text
"100:name *?= 'Youtube'"
"100:name *?= 'slock'"
];
};
}