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, ... }: {
|
{ config, ... }: {
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
experimentalBackends = true;
|
|
||||||
|
|
||||||
# blur = true;
|
|
||||||
# blurExclude = [
|
|
||||||
# (builtins.concatStringsSep " && " [
|
|
||||||
# "class_g != 'Alacritty'"
|
|
||||||
# "class_g != 'kitty'"
|
|
||||||
# #"class_g != 'Polybar'"
|
|
||||||
# "class_g != 'URxvt'"
|
|
||||||
# ])
|
|
||||||
# ];
|
|
||||||
fade = true;
|
fade = true;
|
||||||
fadeDelta = 5;
|
fadeDelta = 5;
|
||||||
fadeSteps = [ 0.05 0.05 ];
|
fadeSteps = [ 0.05 0.05 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue