diff options
Diffstat (limited to 'picom.conf')
| -rw-r--r-- | picom.conf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,8 +7,8 @@ # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, # unless explicitly requested using the wintypes option. # -# shadow = false -shadow = true; +shadow = false +#shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 @@ -120,8 +120,8 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -# inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1 +#inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) frame-opacity = 1.0 |
