X is the most fucked up software on the planet
This commit is contained in:
parent
f30d7f25da
commit
49742e2e92
5 changed files with 109 additions and 14 deletions
|
|
@ -3,7 +3,8 @@
|
|||
services.picom = {
|
||||
enable = true;
|
||||
backend = "xrender";
|
||||
fade = true;
|
||||
# TODO: figure out why this is so slooo
|
||||
fade = false;
|
||||
|
||||
# The time between steps in a fade in milliseconds.
|
||||
fadeDelta = 10;
|
||||
|
|
@ -26,12 +27,12 @@
|
|||
];
|
||||
|
||||
settings = {
|
||||
blur = {
|
||||
background = true;
|
||||
method = "kernel";
|
||||
kern = "7x7gaussian";
|
||||
strength = 20;
|
||||
};
|
||||
#blur = {
|
||||
# background = true;
|
||||
# method = "kernel";
|
||||
# kern = "7x7gaussian";
|
||||
# strength = 20;
|
||||
#};
|
||||
detect-rounded-corners = true;
|
||||
shadow-ignore-shaped = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue