From aecd82e191e05ae974e1288612465134d10f763b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 1 Jul 2024 13:47:26 +0300 Subject: [PATCH] Fix zulip exec shortcut --- modules/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index b678704..3050116 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -129,7 +129,7 @@ in desktopSystemConfiguration { "SUPER , RETURN, exec, ghostty --gtk-single-instance=true" "SUPER , W , exec, firefox" "SUPER , D , exec, discord" - "SUPER , Z, , exec, zulip" + "SUPER , Z , exec, zulip" "SUPER , M , exec, thunderbird" "SUPER , T , exec, thunar" "SUPER , C , exec, hyprpicker --autocopy"