Bug 408476 - Making blur easier to enforce
Summary: Making blur easier to enforce
Status: RESOLVED NOT A BUG
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (other bugs)
Version First Reported In: 5.15.5
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-09 08:46 UTC by RaitaroH
Modified: 2019-06-11 06:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RaitaroH 2019-06-09 08:46:33 UTC
SUMMARY

One can already set up rules to change a window's opacity... why not also add the option to enforce blur? Right now this can be done through shell hacks or the Force Blur script, but something that would apply globally would be great. Or even have some sort of toggle that says: Apply blur to every transparent window/context menu.
Comment 1 Vlad Zahorodnii 2019-06-11 06:16:05 UTC
There are a few reasons why this option won't be added:
(a) We don't want to introduce any new options, we already have too many. Extensible program is better than configurable;
(b) Whether background has to be blurred is app's decision, there might be rounded corners, etc.