1
0
Fork 0

improve picom performance

This commit is contained in:
Luca Bilke 2024-05-04 16:39:15 +02:00
parent ad4da4134c
commit c8d7674e8f
1 changed files with 2 additions and 58 deletions

View File

@ -1,61 +1,5 @@
# Shadow
shadow = true;
shadow-radius = 15;
shadow-opacity = 0.7;
shadow-offset-x = -13;
shadow-offset-y = -13;
shadow-exclude = [
"! _IS_FLOATING@:32c = 1",
"name = 'rect-overlay'",
"name = 'cpt_frame_xcb_window'",
"class_g ?= 'zoom'",
];
# Fading
fading = false;
fade-in-step = 0.04;
fade-out-step = 0.04;
fade-delta = 4;
fade-exclude = [];
# Corner
corner-radius = 0;
# Blur
blur-method = "dual_kawase";
blur-background = true;
blur-background-frame = false;
blur-kern = "3x3box";
blur-strength = 7;
blur-background-exclude = [
"!class_i = 'st'"
];
transparent-clipping = true;
transparent-clipping-exclude = [
"!class_g = 'St'"
];
# Window type settings
wintypes: {
dock = { shadow = false; };
dnd = { shadow = false; };
tooltip = { shadow = false; };
menu = { opacity = false; };
dropdown_menu = { opacity = false; };
popup_menu = { opacity = false; };
utility = { opacity = false; };
};
# Other
backend = "glx";
vsync = true;
unredir-if-possible = true;
detect-transient = true;
detect-client-leader = true;
crop-shadow-to-moniter = true;
# GLX backend
glx-no-stencil = true;
glx-no-rebind-pixmap = false;
use-damage = true;
glx-no-rebind-pixmap = true;
unredir-if-possible = true;