Skip to content
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

Fix 100% opaticy rule with inactive-opacity #507

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 10, 2018

  1. Fix 100% opaticy rule with inactive-opacity

    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 committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    efd09fe View commit details
    Browse the repository at this point in the history