X is the most fucked up software on the planet

This commit is contained in:
CDaut 2024-04-17 22:26:50 +02:00
parent f30d7f25da
commit 49742e2e92
5 changed files with 109 additions and 14 deletions

View file

@ -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;
};