Cleanup flake
This commit is contained in:
parent
70f54e2739
commit
70d0060df5
3 changed files with 112 additions and 130 deletions
|
|
@ -2,11 +2,19 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
|
||||
blur = true;
|
||||
# blur = true;
|
||||
experimentalBackends = true;
|
||||
fade = false;
|
||||
shadow = true;
|
||||
vSync = true;
|
||||
# settings = {
|
||||
# blur =
|
||||
# {
|
||||
# method = "gaussian";
|
||||
# size = 10;
|
||||
# deviation = 7.0;
|
||||
# };
|
||||
# };
|
||||
extraOptions = ''
|
||||
blur:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue