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 = [ rounded-corners-exclude = [
"class_g='dwm'", "class_g='dwm'",
"class_g='dmenu'",
]; ];
blur-background-exclude = ["class_g='firefox'"]; blur-background-exclude = ["class_g='firefox'"];
#blur: blur:
#{ {
# method = "kernel"; method = "dual_kawase";
# kernel = "11x11gaussian"; size = 2;
#}; deviation = 5.0;
};
backend = "glx"; backend = "glx";
experimental-backends = true;

View File

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