Bug 408476

Summary: Making blur easier to enforce
Product: [Plasma] kwin Reporter: RaitaroH <RaitaroHikami>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 5.15.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.