diff options
| -rw-r--r-- | picom.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ shadow-radius = 7; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) # shadow-opacity = .75 +# shadow-opacity = 0.0 # The left offset for shadows, in pixels. (defaults to -15) # shadow-offset-x = -15 @@ -66,6 +67,7 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", + "class_g = 'zoom'", "name = 'cpt_frame_window'", "_GTK_FRAME_EXTENTS@:c" ]; |
