Update picom config and use experimental backends

This commit is contained in:
Victor Timofei 2021-06-27 18:09:19 +03:00
parent e59b6351fd
commit bddee68442
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
2 changed files with 10 additions and 7 deletions

View File

@ -4,15 +4,18 @@ corner-radius = 20;
rounded-corners-exclude = [
"class_g='dwm'",
"class_g='dmenu'",
];
blur-background-exclude = ["class_g='firefox'"];
#blur:
#{
# method = "kernel";
# kernel = "11x11gaussian";
#};
blur:
{
method = "dual_kawase";
size = 2;
deviation = 5.0;
};
backend = "glx";
experimental-backends = true;

View File

@ -49,7 +49,7 @@ nitrogen --restore &
# Start the compositor
# picom fork https://github.com/yshui/picom
# picom --corner-radius 20 &
picom --experimental-backends &
# Start xscreensaver
xscreensaver --no-splash &