# 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
# 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;
# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
+ "class_g = 'slop'",
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"