From b00f6b9a6b369214b7e0816e48c6367d070cd8d2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Apr 2022 19:34:30 +0200 Subject: [PATCH] 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. --- dotfiles/picom.conf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 5353c8e..25ce3ad 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -26,21 +26,6 @@ opacity-rule = [ "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 fade-in-step = 0.08; fade-out-step = 0.08;