Change compton's transparency
This commit is contained in:
parent
e1a173cfba
commit
f7d5b192a1
|
@ -56,9 +56,9 @@ inactive-opacity-override = false;
|
||||||
alpha-step = 0.06;
|
alpha-step = 0.06;
|
||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"95:class_g *?='urxvt'",
|
"92:class_g *?='urxvt'",
|
||||||
"95:class_g *?='zathura'",
|
"92:class_g *?='zathura'",
|
||||||
"95:class_g *?='emacs'"
|
"92:class_g *?='emacs'"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Window type settings
|
# Window type settings
|
||||||
|
|
Loading…
Reference in New Issue