From 72b1f104aedb719661e26838aeb42cfeb5305215 Mon Sep 17 00:00:00 2001
From: matt1432 <matt@nelim.org>
Date: Fri, 25 Apr 2025 14:54:34 -0400
Subject: [PATCH] fix: temporarily fix bind problem

---
 modules/ags/hyprland.nix | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

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 [
           {