From dbcff2179ef6cf60350ce1dfbc31a831faa0eadb Mon Sep 17 00:00:00 2001 From: min Date: Wed, 1 Jan 2025 01:31:02 -0500 Subject: [PATCH] exit bind --- homes/min/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homes/min/hyprland.nix b/homes/min/hyprland.nix index 82c0833..60e6b10 100644 --- a/homes/min/hyprland.nix +++ b/homes/min/hyprland.nix @@ -13,7 +13,11 @@ settings = { "$mod" = "SUPER"; - bind = ["$mod, Return, exec, ${pkgs.kitty}/bin/kitty"]; + + bind = [ + "$mod, Return, exec, ${pkgs.kitty}/bin/kitty" + "$mod, M, exit," + ]; }; }; }