Use picom config file

This commit is contained in:
Victor Timofei 2021-06-16 22:25:01 +03:00
parent 1da05c29ce
commit 7e6eed4d7d
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 13 additions and 0 deletions

13
.config/picom.conf Normal file
View File

@ -0,0 +1,13 @@
frame-opacity = 1.0;
corner-radius = 20;
rounded-corners-exclude = ["class_g='dwm'"];
blur:
{
method = "kernel";
kernel = "11x11gaussian";
};
backend = "glx";