]> git.rmz.io Git - dotfiles.git/commitdiff
picom: don't blur or fade slop (screenshot tool)
authorSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:15:23 +0000 (20:15 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 12 May 2021 19:15:23 +0000 (20:15 +0100)
picom/picom.conf

index 3703f5b3322ead91c5c0c1ec2107b10816d85896..e4b0dc4159804b268988b296ccec67445ee6b4de 100644 (file)
@@ -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"