You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
backend = "glx";
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
glx-swap-method = "undefined";
|
|
|
|
shadow = true;
|
|
no-dnd-shadow = true;
|
|
no-dock-shadow = true;
|
|
clear-shadow = true;
|
|
shadow-radius = 3;
|
|
shadow-offset-x = -3;
|
|
shadow-offset-y = -3
|
|
shadow-opacity = 0.5;
|
|
|
|
shadow-exclude = [
|
|
"argb",
|
|
];
|
|
|
|
menu-opacity = 1;
|
|
inactive-opacity = 1;
|
|
active-opacity = 1;
|
|
frame-opacity = 0.6;
|
|
inactive-opacity-override = false;
|
|
alpha-step = 0.06;
|
|
|
|
blur-background-fixed = true;
|
|
blur-background-frame = true;
|
|
blur-background = true;
|
|
blur-background-exclude = [
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'"
|
|
];
|
|
|
|
blur-kern = [
|
|
"11x11gaussian",
|
|
"3x3box",
|
|
"5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1",
|
|
];
|
|
|
|
fading = true;
|
|
fade-delta = 8;
|
|
fade-in-step = 0.03;
|
|
fade-out-step = 0.03;
|
|
fade-exclude = [ ];
|
|
|
|
mark-wmwin-focused = true;
|
|
mark-ovredir-focused = true;
|
|
use-ewmh-active-win = true;
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
refresh-rate = 0;
|
|
vsync = "opengl-swc";
|
|
dbe = false;
|
|
paint-on-overlay = true;
|
|
sw-opti = true;
|
|
unredir-if-possible = true;
|
|
|
|
focus-exclude = [ ];
|
|
|
|
detect-transient = true;
|
|
detect-client-leader = true;
|
|
|
|
wintypes: {
|
|
tooltip = {
|
|
fade = true;
|
|
shadow = false;
|
|
opacity = 0.85;
|
|
focus = true;
|
|
};
|
|
};
|
|
|
|
|