diff --git a/modules/ags/hyprland.nix b/modules/ags/hyprland.nix
index 42036677..980a7a9d 100644
--- a/modules/ags/hyprland.nix
+++ b/modules/ags/hyprland.nix
@@ -185,12 +185,13 @@ in {
           }
         ];
 
-        bindn = map mkBind [
-          {
-            key = "Escape";
-            command = "ags request closeAll";
-          }
-        ];
+        # FIXME: https://github.com/hyprwm/Hyprland/discussions/10146
+        # bindn = map mkBind [
+        #   {
+        #     key = "Escape";
+        #     command = "ags request closeAll";
+        #   }
+        # ];
 
         bindr = map mkBind [
           {