diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix
index 884d68b..df0d002 100644
--- a/hmModules/hyprland/default.nix
+++ b/hmModules/hyprland/default.nix
@@ -23,9 +23,7 @@ in
     ../waybar
     ../swayidle
     ../gammastep
-    # ../wezterm
-    # ../wayvnc
-    # ../swaync
+    ../swaync
     ../foot
   ];
 
@@ -68,33 +66,6 @@ in
     enable = true;
   };
 
-  # services.kanshi = {
-  #   enable = true;
-  #   systemdTarget = "hyprland-session.target";
-  #   profiles = {
-  #     undocked = {
-  #       outputs = [
-  #         {
-  #           status = "enable";
-  #           criteria = "eDP-1";
-  #         }
-  #       ];
-  #     };
-  #     docked = {
-  #       outputs = [
-  #         {
-  #           status = "disable";
-  #           criteria = "eDP-1";
-  #         }
-  #         {
-  #           status = "enable";
-  #           criteria = "DP-1";
-  #         }
-  #       ];
-  #     };
-  #   };
-  # };
-
   home.file.".icons/catppuccin-mocha-sapphire" = {
     source = "${pkgs.catppuccin-cursors.mochaSapphire}/share/icons/catppuccin-mocha-sapphire-cursors";
     recursive = true;
@@ -103,8 +74,8 @@ in
   wayland.windowManager.hyprland = {
     enable = true;
     plugins = with pkgs.hyprlandPlugins; [
-      hy3
-      hyprspace
+      # hy3
+      # hyprspace
     ];
     # TODO migrate to structured options
     extraConfig = builtins.readFile ./hyprland.conf;
diff --git a/hmModules/hyprland/hyprland.conf b/hmModules/hyprland/hyprland.conf
index 1243b85..212b560 100644
--- a/hmModules/hyprland/hyprland.conf
+++ b/hmModules/hyprland/hyprland.conf
@@ -99,10 +99,10 @@ general {
 decoration {
   rounding = 8
 
-  drop_shadow = true
-  shadow_range = 4
-  shadow_render_power = 3
-  col.shadow = rgba(a8cfee11)
+  # drop_shadow = true
+  # shadow_range = 4
+  # shadow_render_power = 3
+  # col.shadow = rgba(a8cfee11)
 }
 
 animations {