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