added occupied_workspace blur#14841
Open
gusjengis wants to merge 3 commits into
Open
Conversation
|
Hello and thank you for making a PR to Hyprland! Please check the PR Guidelines and make sure your PR follows them. If your code can be tested, please always add tests. See more here. beep boop, I'm just a bot. A real human will review your PR soon. |
vaxerski
reviewed
May 27, 2026
vaxerski
left a comment
Member
There was a problem hiding this comment.
this should definitely be a workspace rule instead. Also should probably be tracked differently, this is just clutter.
Consider keeping an alpha in CMonitor so its not abrupt
3e5c0de to
b23814b
Compare
Contributor
Author
|
Switched to a workspace rule. Did a wiki PR |
Member
|
we already update workspace rules on window number changes, why are you adding 10 different calls for update workspace blur? |
A new setting that does what special workspace blur does anytime there is a window open in the current workspace. With this on, the only time the wallpaper is in focus is when there is nothing open on screen. Did some fiddling to make sure that there is only ever one blur applied at time. Opening a special workspace on top of an already occupied workspace reapplies the blur.
5f5d4f0 to
b3d33ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new setting that does what special workspace blur does anytime there is a window open in the current workspace. With this on, the only time the wallpaper is in focus is when there is nothing open on screen. Did some fiddling to make sure that there is only ever one blur applied at time. Opening a special workspace on top of an already occupied workspace reapplies the blur.
This is something I want, and it's good enough for me. I'll keep cherry picking this commit into new builds for myself. Just making this MR to share the idea in case someone else likes it.