From 190da5ed57d97719a01b37358966efbcf8f43880 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 4 Sep 2024 19:37:11 -0400 Subject: [PATCH] picom: Exclude slop from effects Fixes an issue where maim selection was being affected by picom. --- home/picom.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/picom.nix b/home/picom.nix index a5dc727a..65e6c951 100644 --- a/home/picom.nix +++ b/home/picom.nix @@ -19,7 +19,9 @@ "window_type = 'tooltip'" ]; - shadowExclude = fadeExclude; + shadowExclude = fadeExclude ++ [ + "class_g = 'slop'" + ]; opacityRules = [ "95:class_g = 'Thunar'" @@ -33,6 +35,7 @@ blur-background-exclude = [ "class_g = 'Nemo-desktop'" + "class_g = 'slop'" ]; clip-shadow-above = [