Skip to content

Can't make opacity-rule works as I would like #577

@super-eye

Description

@super-eye

Hi everybody

Hope someone can help me with this.

The opacity-rule rules list isn't being followed except if I start compton in the termihnal and even though, they just work only inside the terminal and when I move to another window inactive-opacity and active-opacity are followed.

Example:
In st: compton --config compton.conf makes st 70% opaque
I switch window: st wondow bemomes 0.9 opaque
I retun to st window: st window bemomes 0.95 opaque

I would like the opacity-rule rules to be followed always

Platform MX Linux
Xmonad

compton.conf:

inactive-opacity = 0.9;
active-opacity = 0.95;
#compton overrrides inactive opacity of TWM or DE
inactive-opacity-override = true;

opacity-rule = [
"60:class_g *?= 'XTerm'",
"70:class_g ?= 'st'",
"100:class_g = 'URxvt'",
"100:class_g = 'firefox'",
"90:name *?= 'zsh'",
"95:class_g *?= 'brave-browser'",
"100:class_g = 'Thunderbird'"
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions