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 = {