Zathura config + remove old packages
This commit is contained in:
parent
247185eafe
commit
632185d7f8
10 changed files with 68 additions and 37 deletions
|
|
@ -2,10 +2,19 @@
|
|||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
|
||||
blur = true;
|
||||
experimentalBackends = true;
|
||||
fade = true;
|
||||
shadow = true;
|
||||
vSync = true;
|
||||
# backend = "xrender";
|
||||
extraOptions = ''
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
deviation = 7.0;
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue