This commit is contained in:
pim-wtf
2022-02-17 10:30:31 +01:00
parent 12a52d5b4c
commit 75d5babfc3
7 changed files with 210 additions and 180 deletions

View File

@ -18,22 +18,21 @@
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = true;
shadow = false;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 20;
# shadow-radius = 20;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = 0.9
# shadow-opacity = 0.9
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = -20;
# shadow-offset-x = -20;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = -20;
# shadow-offset-y = -20;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.