only draw shadow on floating windows
This commit is contained in:
parent
7b560c9966
commit
2523e68ab5
|
@ -4,7 +4,9 @@ shadow-radius = 15;
|
|||
shadow-opacity = 0.7;
|
||||
shadow-offset-x = -13;
|
||||
shadow-offset-y = -13;
|
||||
shadow-exclude = "!focused";
|
||||
shadow-exclude = [
|
||||
"! _IS_FLOATING@:32c = 1",
|
||||
];
|
||||
|
||||
# Fading
|
||||
fading = false;
|
||||
|
|
Loading…
Reference in New Issue