From 4243f069ff75983c2ec07e20b410fdf3313a0b6f Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 25 Mar 2025 01:17:00 +0800 Subject: [PATCH] feat(de): add hyprpicker --- users/modules/programs/hyprland.nix | 5 +++-- users/modules/utils.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index df7fee7..ccaae82 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -61,11 +61,12 @@ "$mainMod, return, exec, $terminal" "$mainMod, W, killactive" "$mainMod, O, exec, $browser" - "$mainMod, S, exec, $music" - "$mainMod, M, exit" "$mainMod, Escape, exec, hyprlock" "$mainMod, Space, exec, $launcher" + # Launch utilities + "$mainMod_SHIFT, A, exec, hyprpicker -a" + # move between windows "$mainMod, H, cyclenext, visible" "$mainMod, L, cyclenext, visible prev" diff --git a/users/modules/utils.nix b/users/modules/utils.nix index 948878e..43ddb1f 100644 --- a/users/modules/utils.nix +++ b/users/modules/utils.nix @@ -8,6 +8,7 @@ devenv bat ttyper + hyprpicker ]; services = {