contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.38k stars 102 forks source link

Blurred background support #52

Open christianparpart opened 4 years ago

christianparpart commented 4 years ago

Support blurred background on all platforms.

Blur Topics

References:

Summertime commented 2 years ago

https://github.com/aunetx/blur-my-shell#application-blurring

christianparpart commented 2 years ago
  • [ ] Linux: Gnome's Blur my Shell!

https://github.com/aunetx/blur-my-shell#application-blurring

Nice. Thanks!

christianparpart commented 2 years ago

@Summertime I've merged it to master, but we need to wait for https://github.com/aunetx/blur-my-shell/issues/300 to be addressed. That may not be instant, and you may need to just add contour's WM_CLASS to explicitly enable it until the referenced ticket is fixed, but it should hopefully only be a matter of time. And thx for the info on blur-my-shell ;-)