From feafa2ad936666ff95d7ced32fe5f319a9814054 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 23 Nov 2021 13:21:09 +0100 Subject: [PATCH] picom: blur background of floating windows as well --- dotfiles/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 8a4cf19..f50cd5f 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -35,7 +35,8 @@ blur-background-exclude = [ window_type != 'splash' && window_type != 'combo' && class_g != 'Rofi' && - class_i != 'QuakeConsole'" + class_i != 'QuakeConsole' && + !I3_FLOATING_WINDOW@:c" ]; # Shadow and fading