From: Samir Benmendil Date: Wed, 12 May 2021 19:15:23 +0000 (+0100) Subject: picom: don't blur or fade slop (screenshot tool) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/efd2eaff9bfdb1ac9c870521c246b4b5d169693e picom: don't blur or fade slop (screenshot tool) --- diff --git a/picom/picom.conf b/picom/picom.conf index 3703f5b..e4b0dc4 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -22,7 +22,9 @@ fade-out-step = 0.03; # fade-delta = 10 # Specify a list of conditions of windows that should not be faded. -# fade-exclude = [] +fade-exclude = [ + "class_g = 'slop'", +] # Do not fade on window open/close. # no-fading-openclose = false @@ -55,7 +57,9 @@ inactive-opacity-override = false; # inactive-dim = 0.2; # Specify a list of conditions of windows that should always be considered focused. -# focus-exclude = [] +focus-exclude = [ + "class_g = 'slop'", +] # Use fixed inactive dim value, instead of adjusting according to window opacity. # inactive-dim-fixed = true; @@ -110,6 +114,7 @@ blur-kern = "3x3box"; # Exclude conditions for background blur. # blur-background-exclude = [] blur-background-exclude = [ + "class_g = 'slop'", "window_type = 'dock'", "window_type = 'desktop'", "_GTK_FRAME_EXTENTS@:c"