You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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'"
];
The text was updated successfully, but these errors were encountered: