picom: disable blur

This is too much trouble. GTK4 is crazy with CSD and it's hard to fix
by CSS since we cannot inspect these menus.
This commit is contained in:
Vincent Bernat 2022-04-30 19:34:30 +02:00
parent 398ef9263b
commit b00f6b9a6b

View file

@ -26,21 +26,6 @@ opacity-rule = [
"85:!focused" "85:!focused"
]; ];
# Blur
blur-method = "dual_kawase";
blur-strength = 3;
blur-background-exclude = [
"class_i = 'xss-dimmer'",
"class_g ~= '[fF]irefox' && argb && window_type *= 'menu'",
"window_type != 'dock' &&
window_type != 'tooltip' &&
window_type !*= 'menu' &&
window_type != 'splash' &&
window_type != 'combo' &&
class_i != 'QuakeConsole' &&
!I3_FLOATING_WINDOW@:c"
];
# Shadow and fading # Shadow and fading
fade-in-step = 0.08; fade-in-step = 0.08;
fade-out-step = 0.08; fade-out-step = 0.08;