Tomas-M / xlunch

Graphical app launcher for X with minimal dependencies
http://xlunch.org
GNU General Public License v3.0
219 stars 37 forks source link

Blur background? #123

Closed Botspot closed 3 years ago

Botspot commented 3 years ago

It would be really neat if xlunch had a blur background option.

So when it pops up, xlunch is a transparent window, but everything behind the xlunch window is blurred to some configurable extent.

Such an option could probably be achieved like this:

Now, in windowed mode, if you dragged xlunch around, the background would not self-update and that would look funny, but that's probably a good thing. If it self-updated it would degrade performance too much to be usable on low-end PCs.

PMunch commented 3 years ago

This is really a bit out of scope for xlunch. But the thing you propose is possible to do without modifying xlunch. Just look at how something like the i3 blurlock is implemented.

Another option (which is better, but might be too demanding on an RPi) is to get your compositor to do this I know compton/picom has this ability at least.