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

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

Open
super-eye opened this issue Feb 11, 2021 · 0 comments
Open

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

super-eye opened this issue Feb 11, 2021 · 0 comments

Comments

@super-eye
Copy link

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'"
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant