mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
picom: remove
This commit is contained in:
@@ -232,7 +232,6 @@ in
|
|||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./virtualization.nix
|
./virtualization.nix
|
||||||
./picom.nix
|
|
||||||
./stardict.nix
|
./stardict.nix
|
||||||
./polkit.nix
|
./polkit.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
services.picom = {
|
|
||||||
enable = true;
|
|
||||||
# activeOpacity = 1;
|
|
||||||
fade = true;
|
|
||||||
fadeDelta = 1;
|
|
||||||
# inactiveOpacity = 0.9;
|
|
||||||
# shadow = true;
|
|
||||||
# menuOpacity = 0.9;
|
|
||||||
# shadowOpacity = 0.3;
|
|
||||||
fadeExclude = [
|
|
||||||
"class_g = 'slock'" # don't want a transparent lock screen!
|
|
||||||
"name *?= 'slock'"
|
|
||||||
"focused = 1"
|
|
||||||
];
|
|
||||||
opacityRules = [
|
|
||||||
# opacity-rule overrides both inactive and active opacity
|
|
||||||
|
|
||||||
# video in browser tabs
|
|
||||||
# substring /regex match of title bar text
|
|
||||||
"99:name *?= 'Youtube'"
|
|
||||||
"99:WM_CLASS@:s *= 'mpv$'"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user