diff --git a/.config/picom.conf b/.config/picom.conf index 3408f5a..fccb25d 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -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; + diff --git a/.xinitrc b/.xinitrc index bc0d003..de5a28d 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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 &