Fix 100% opaticy rule with inactive-opacity#507
Open
llitz wants to merge 1 commit intochjj:masterfrom
Open
Conversation
When inactive-opacity is enabled, you can override the opacity by using opacity-rule. By default, all windows have 100 opacity and, if it is still at 100, inactive-opacity will be applied when the window loses focus. This patch adds a new bool opacity_disabled to win struct and verify this variable before deciding if it should be excluded from inactive-opacity Fix 99% transparency problems on chjj/compton#450 chjj/compton#433 chjj/compton#403 chjj/compton#367 chjj/compton#260 chjj/compton#182 chjj/compton#158
|
i dont get why not just include: |
Author
|
Because, the program logic is complex and yshui had to fix a few logic
problems.
On Sep 2, 2018 5:26 PM, "Drunkenpanda2000" <notifications@github.com> wrote:
i dont get why not just include:
exclude-opacity makesevrything simpeler for evryone.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#507 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AVbEOzMUdP4dBj2iBZKSsZwPFstCpYQHks5uXGkwgaJpZM4V436h>
.
|
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.
When inactive-opacity is enabled, you can override the opacity by using opacity-rule.
By default, all windows have 100 opacity and, if it is still at 100,
inactive-opacity will be applied when the window loses focus. This
patch adds a new bool opacity_disabled to win struct and verify this
variable before deciding if it should be excluded from inactive-opacity
Fix 99% transparency problems on #450 #433
#403 #367 #260 #182
#158