user/picom: remove experimentalBackends
This commit is contained in:
parent
80677af506
commit
771f1a466f
1 changed files with 0 additions and 10 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue