tryone144 / compton

A compositor for X11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"unrecognized option '--blur-strength'"

vegerot opened this issue · comments

Platform: Example: Rasbian Buster arm64

GPU, drivers, and screen setup: Raspberry Pi

Compton version: vgit-f92eb

Compton configuration: Irrelevent since I'm running from commandline, but here it is anyways

Steps of reproduction

/usr/local/bin/compton  --experimental-backends --backend glx --blur-method dual_kawase --blur-strength 12

Expected behavior

I expected the background to be blurred like how the master branch is when using blur-strength=12 and blur-method=kawase. But hopefully with better performance, given how badly my Raspberry Pi 4b chokes

Current Behavior & Other details

See yshui/picom#286
Once this is merged, I can add said options.

yshui/picom#286 has been merged upstream. feature/dual_kawase finally supports the command line options mentioned in the README. 🎉