added dotfiles

This commit is contained in:
Jonas_Jones 2022-09-18 18:20:31 +02:00
parent f6ad05459b
commit fd3d05434f
466 changed files with 27935 additions and 1 deletions

10
.config/picom/picom.conf Normal file
View file

@ -0,0 +1,10 @@
blur: {
method = "kawase";
strength = 17;
deviation = 14;
kernel = "11x11gaussian";
background = true;
background-frame = true;
background-fixed = true;
kern = "3x3box";
}