diff --git a/users/malte/modules/hypr.nix b/users/malte/modules/hypr.nix index 72119ee..216db7c 100644 --- a/users/malte/modules/hypr.nix +++ b/users/malte/modules/hypr.nix @@ -375,6 +375,9 @@ "$mainMod CTRL , S, exec, ${pkgs.grimblast}/bin/grimblast --notify copy output" "$mainMod SHIFT, S, exec, ${pkgs.grimblast}/bin/grimblast --notify copy active" + # Emoji picker + "$mainMod CTRL, C, exec, ${lib.getExe pkgs.wofi-emoji}" + # Toggle DO-NOT-DISTURB mode "$mainMod, N, exec, ${doNotDisturb}/bin/do-not-disturb toggle"