1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # Shadow
- shadow = true; # Enabled client-side shadows on windows.
- no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
- no-dnd-shadow = true; # Don't draw shadows on DND windows.
- clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
- shadow-radius = 7; # The blur radius for shadows. (default 12)
- shadow-offset-x = -10; # The left offset for shadows. (default -15)
- shadow-offset-y = -10; # The top offset for shadows. (default -15)
- shadow-exclude = [ "n:e:Notification", "g:e:Synapse", "g:e:Conky", "n:w:*Firefox*", "n:w:*Chromium*", "class_g ?= 'Xfce4-notifyd'", "class_g ?= 'Xfce4-power-manager'"];
- #opacity-exclude = [ "class_g ?= 'Firefox'", "class_g ?= 'Chromium'", ];
- menu-opacity = 1.0;
- inactive-opacity = 0.85;
- inactive-opacity-override = true;
- mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
- mark-ovredir-focused = true;
- detect-rounded-corners = true;
- #blur-background = true;
- #blur-background-frame = true;
- #blur-kern = "3x3box";
- # Fading
- fading = true; # Fade windows during opacity changes.
- #fade-delta = 5; # The time between steps in a fade in milliseconds. (default 10).
- fade-in-step = 0.1; # Opacity change between steps while fading in. (default 0.028).
- fade-out-step = 0.1; # Opacity change between steps while fading out. (default 0.03).
- #no-fading-openclose = true; # Fade windows in/out when opening/closing
- #detect-rounded-corners = true;
- # Window type settings
- opacity-rule = [
- "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
- ];
- wintypes:
- {
- tooltip = { fade = true; shadow = false; };
- };
|