Added back overlapping for transparency
This commit is contained in:
parent
a0430329f1
commit
bf4aa6e2cd
|
@ -185,7 +185,7 @@ use-damage = true;
|
||||||
# underneath.
|
# underneath.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
transparent-clipping = true
|
# transparent-clipping = false
|
||||||
|
|
||||||
# Set the log level. Possible values are:
|
# Set the log level. Possible values are:
|
||||||
# "trace", "debug", "info", "warn", "error"
|
# "trace", "debug", "info", "warn", "error"
|
||||||
|
@ -213,7 +213,7 @@ transparent-clipping = true
|
||||||
rules: ({
|
rules: ({
|
||||||
match = "window_type = 'tooltip'";
|
match = "window_type = 'tooltip'";
|
||||||
fade = false;
|
fade = false;
|
||||||
shadow = true;
|
shadow = false;
|
||||||
opacity = 0.75;
|
opacity = 0.75;
|
||||||
full-shadow = false;
|
full-shadow = false;
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue