-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opacity rule 100 applies wrong opacity #433
Comments
I had the same problem, but starting compton with dbus-launch fixed it: dbus-launch compton |
|
llitz
added a commit
to llitz/compton
that referenced
this issue
Aug 10, 2018
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
llitz
added a commit
to llitz/compton
that referenced
this issue
Aug 10, 2018
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
This was referenced Aug 10, 2018
@untoreh Hello, I had an attempt at fixing this problem. If you could give yshui/picom@30c14c0 (i.e. the opacity branch) a try, and report back, that will be much appreciated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform:
GPU, drivers, and screen setup:
Compton version:
Compton configuration:
https://pastebin.com/raw/UCUjVShA
Steps of reproduction
Expected behavior
A value of 100 should make the window fully opaque.
Current Behavior & Other details
opacity-rule
andcompton-trans
set 100 to the value ofactive-opacity
.#367 #260 #182
The text was updated successfully, but these errors were encountered: