diff options
Diffstat (limited to 'compton')
| -rw-r--r-- | compton/.config/compton.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 545c279..3a1c443 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -23,16 +23,16 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 24; +shadow-radius = 12; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) shadow-opacity = 0.75; # The left offset for shadows, in pixels. (defaults to -15) -shadow-offset-x = -30; +shadow-offset-x = -15; # The top offset for shadows, in pixels. (defaults to -15) -shadow-offset-y = -30; +shadow-offset-y = -15; # Avoid drawing shadows on dock/panel windows. This option is deprecated, # you should use the *wintypes* option in your config file instead. @@ -451,3 +451,4 @@ wintypes: # popup_menu = { opacity = 0.8; } # dropdown_menu = { opacity = 0.8; } }; + |
