1
0
Fork 0

only draw shadow on floating windows

This commit is contained in:
Luca Bilke 2024-02-03 17:53:10 +01:00
parent 7b560c9966
commit 2523e68ab5
1 changed files with 3 additions and 1 deletions

View File

@ -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;