diff options
-rw-r--r-- | .compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.compton.conf b/.compton.conf index ca9fc2e..2ae28b7 100644 --- a/.compton.conf +++ b/.compton.conf @@ -8,4 +8,4 @@ shadow-offset-x = -7 shadow-offset-y = -5 shadow-opacity = 1 shadow-ignore-shaped = true -shadow-exclude = "window_type != 'dock'" +shadow-exclude = "height != 16" |