diff options
author | listout <listout@protonmail.com> | 2022-01-09 23:07:29 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-09 23:07:29 +0530 |
commit | 85e4922464de80595c61b262d382dac4b728648b (patch) | |
tree | 621beb17e6d66f5532f1f78ff2afbf5dfa3c15aa /.config/picom/picom.conf | |
parent | e5aea263402b21ba6d998f122cd4979f29f68063 (diff) |
removed shadows
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 6220bbf..723b50d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -7,23 +7,19 @@ # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, # 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 = 12; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) -shadow-opacity = .75 +# shadow-opacity = .75 # The left offset for shadows, in pixels. (defaults to -15) # shadow-offset-x = -15 -shadow-offset-x = 4; # The top offset for shadows, in pixels. (defaults to -15) # shadow-offset-y = -15 -shadow-offset-y = 4; # Red color value of shadow (0.0 - 1.0, defaults to 0). # shadow-red = 0 @@ -72,7 +68,7 @@ shadow-exclude = [ # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used. # fading = false -fading = false; +fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 |