Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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 = 10; # The blur radius for shadows. (default 12)
- shadow-offset-x = 5; # The left offset for shadows. (default -15)
- shadow-offset-y = 5; # The top offset for shadows. (default -15)
- shadow-opacity = 1; # The translucency for shadows. (default .75)
- shadow-ignore-shaped = true;
- # Opacity
- inactive-opacity = 0.7; # Opacity of inactive windows. (0.1 - 1.0)
- opacity-rule = [
- "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
- ];
- # Fading
- fading = true; # Fade windows during opacity changes.
- # Other
- mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
- mark-ovredir-focused = true;
- # excluded apps
- shadow-exclude = [
- "n:e:Notification"
- ];
Advertisement
Add Comment
Please, Sign In to add comment