mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(picom): quit shenanigans
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
activeOpacity = 1;
|
# activeOpacity = 1;
|
||||||
fade = true;
|
fade = true;
|
||||||
fadeDelta = 1;
|
fadeDelta = 1;
|
||||||
inactiveOpacity = 0.9;
|
# inactiveOpacity = 0.9;
|
||||||
shadow = true;
|
# shadow = true;
|
||||||
menuOpacity = 0.9;
|
# menuOpacity = 0.9;
|
||||||
shadowOpacity = 0.3;
|
# shadowOpacity = 0.3;
|
||||||
fadeExclude = [
|
fadeExclude = [
|
||||||
"class_g = 'slock'" # don't want a transparent lock screen!
|
"class_g = 'slock'" # don't want a transparent lock screen!
|
||||||
"name *?= 'slock'"
|
"name *?= 'slock'"
|
||||||
|
|||||||
Reference in New Issue
Block a user