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

Background blur maybe? #83

Closed nejdetckenobi closed 6 years ago

nejdetckenobi commented 6 years ago

It might be nice to support background blur like in OSX. I don't know if the appearance effect can be controlled via xlunch but fade-in/fade-out option would be useful while using the blur effect on launcher start.

Tomas-M commented 6 years ago

This works already, you just need to have a compositor for X11 running. Like compton, xcompmgr or such.

PMunch commented 6 years ago

To expand this answer, if you are using compton and would like to have only xlunch blurred you can add something like this to your config:

blur-kern = "3x3box";
blur-background-exclude = [ "!class_g = 'xlunch'" ];
blur-background = true;

This will blur all windows, excluding those that are not xlunch ie. only xlunch windows. Make sure that your computer is set up to use the graphics card though when you do this. Otherwise you'll get abysmal performance.

nejdetckenobi commented 6 years ago

Thanks a lot!

PMunch commented 6 years ago

No problem 😃 If you create something nice I'd love to see a screenshot