user/picom: remove experimentalBackends

This commit is contained in:
LavaDesu 2022-12-02 23:25:54 +07:00
parent 80677af506
commit 771f1a466f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,17 +1,7 @@
{ config, ... }: {
services.picom = {
enable = true;
experimentalBackends = true;
# blur = true;
# blurExclude = [
# (builtins.concatStringsSep " && " [
# "class_g != 'Alacritty'"
# "class_g != 'kitty'"
# #"class_g != 'Polybar'"
# "class_g != 'URxvt'"
# ])
# ];
fade = true;
fadeDelta = 5;
fadeSteps = [ 0.05 0.05 ];