Avoid blurring the background or rounding activate-linux
diff --git a/modules/picom.nix b/modules/picom.nix
index f83d7ca..778c2eb 100644
--- a/modules/picom.nix
+++ b/modules/picom.nix
@@ -19,10 +19,12 @@
         no-fading-larger-than = 0.1;
         blur-background-exclude = [
           "class_g = 'slop'"
+          "WM_NAME@:s *?= 'activate-linux'"
         ];
         rounded-corners-exclude = [
           "class_g = 'Polybar'"
           "class_g = 'slop'"
+          "WM_NAME@:s *?= 'activate-linux'"
         ];
       };
     };