picom: Halve shadow opacity

Decreasing the shadow opacity here makes it less noticeable when dealing
with side-by-side windows.
This commit is contained in:
Donovan Glover 2022-07-29 11:37:50 -04:00
parent d2caea6684
commit 4a2d8ad1e6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,7 +28,7 @@ fading = true
# Shadow settings
shadow-radius = 8
shadow-opacity = 0.5
shadow-opacity = 0.25
# Shadow offset (-10 for HiDPI, -5 otherwise)
shadow-offset-x = -5