2 shadow = true; # Enabled client-side shadows on windows.
3 no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
4 no-dnd-shadow = true; # Don't draw shadows on DND windows.
5 clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
6 shadow-radius = 7; # The blur radius for shadows. (default 12)
7 shadow-offset-x = -7; # The left offset for shadows. (default -15)
8 shadow-offset-y = -7; # The top offset for shadows. (default -15)
9 # shadow-opacity = 0.7; # The translucency for shadows. (default .75)
10 # shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
11 # shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)
12 # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
13 shadow-exclude = [ "n:e:Notification" ]; # Exclude conditions for shadows.
14 # shadow-exclude = "n:e:Notification";
15 shadow-ignore-shaped = true;
18 menu-opacity = 0.9; # The opacity for menus. (default 1.0)
19 inactive-opacity = 1.0; # Opacity of inactive windows. (0.1 - 1.0)
20 #frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0)
21 inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
24 fading = true; # Fade windows during opacity changes.
25 # fade-delta = 30; # The time between steps in a fade in milliseconds. (default 10).
26 fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
27 fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
28 # no-fading-openclose = true; # Fade windows in/out when opening/closing.
31 inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
32 mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
33 mark-ovredir-focused = true;
34 detect-rounded-corners = true;
36 # Window type settings
39 tooltip = { fade = true; shadow = false; opacity = 0.75; };