From 658792de7233baffaf0b3a6c9d0cf49070fe3de1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 28 Jun 2024 16:50:55 +0300 Subject: [PATCH] Add zulip shortcut --- modules/hyprland/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 5572048..b678704 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -129,6 +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 , M , exec, thunderbird" "SUPER , T , exec, thunar" "SUPER , C , exec, hyprpicker --autocopy"