Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration
- backend = "glx";
- paint-on-overlay = true;
- glx-no-stencil = true;
- glx-no-rebind-pixmap = true;
- #vsync = "opengl-swc";
- # 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 = 12; # The blur radius for shadows. (default 12)
- shadow-offset-x = -15; # The left offset for shadows. (default -15)
- shadow-offset-y = -8; # The top offset for shadows. (default -15)
- shadow-exclude = [ "n:e:Notification", "n:e:plank" ]; # Exclude conditions for shadows.
- shadow-ignore-shaped = true;
- # Opacity
- menu-opacity = 1.0; # The opacity for menus. (default 1.0)
- frame-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0)
- inactive-opacity-override = true; # Inactive opacity set by 'inactive-opacity' overrides value of _NET_WM_OPACITY.
- detect-client-opacity = true;
- # Blur
- blur-kern = "15,15,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.295230,0.236928,0.182684,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.5598
- 98,0.506617,0.440432,0.367879,0.295230,0.227638,0.272532,0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.90
- 4837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.367879,0.477114,0.594521,0.711770,0.818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.375311,0.486752,0.606531,0.726149,0.835270,0.923116,0.980199,0.980199,0.923116,0.835270,0.726149,0.606531,0.486752,0.375311,0.367879,0.477114,0.594521,0.711770,0.
- 818731,0.904837,0.960789,0.980199,0.960789,0.904837,0.818731,0.711770,0.594521,0.477114,0.367879,0.346456,0.449329,0.559898,0.670320,0.771052,0.852144,0.904837,0.923116,0.904837,0.852144,0.771052,0.670320,0.559898,0.449329,0.346456,0.313486,0.406570,0.506617,0.606531,0.697676,0.771052,0.818731,0.835270,0.818731,0.771052,0.697676,0.606531,0.506617,0.406570,0.313486,0.272532,
- 0.353455,0.440432,0.527292,0.606531,0.670320,0.711770,0.726149,0.711770,0.670320,0.606531,0.527292,0.440432,0.353455,0.272532,0.227638,0.295230,0.367879,0.440432,0.506617,0.559898,0.594521,0.606531,0.594521,0.559898,0.506617,0.440432,0.367879,0.295230,0.227638,0.182684,0.236928,0.295230,0.353455,0.406570,0.449329,0.477114,0.486752,0.477114,0.449329,0.406570,0.353455,0.29523
- 0,0.236928,0.182684,0.140858,0.182684,0.227638,0.272532,0.313486,0.346456,0.367879,0.375311,0.367879,0.346456,0.313486,0.272532,0.227638,0.182684,0.140858";
- blur-background = true;
- blur-background-frame = true;
- blur-background-fixed = true;
- blur-background-exclude = [
- "window_type = 'dock'"
- ];
- # Fading
- fading = false; # Fade windows during opacity changes.
- # Other
- #inactive-dim = 0.5; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
- mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
- mark-ovredir-focused = true;
- detect-rounded-corners = true;
- # Window type settings
- wintypes:
- {
- tooltip = { fade = true; shadow = false; opacity = 0.75; };
- };
- ##excluded apps
- #shadow-exclude = [ "g:si:Conky" ];
Advertisement
Add Comment
Please, Sign In to add comment