only draw shadow on floating windows
This commit is contained in:
parent
7b560c9966
commit
2523e68ab5
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue