From aedb6d3cf60b6c61d6ebe7384eb02433cb78846f Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 22 Jun 2025 13:51:38 +0800 Subject: [PATCH] feat(hyprland): replace launcher keybind with super --- .../rafiq/desktop/window-manager/_hyprland/keybinds.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix b/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix index 2efbca3..28d584b 100644 --- a/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix +++ b/homes/x86_64-linux/rafiq/desktop/window-manager/_hyprland/keybinds.nix @@ -9,7 +9,6 @@ "SUPER, return, exec, uwsm app -- $TERMINAL $MULTIPLEXER" "SUPER, O, exec, uwsm app -- $BROWSER" "SUPER, Escape, exec, uwsm app -- $LOCKSCREEN" - "SUPER, space, exec, uwsm app -- $($LAUNCHER --launch-prefix=\"uwsm app -- \")" "SUPER, H, cyclenext, visible" "SUPER, L, cyclenext, visible prev" @@ -27,6 +26,10 @@ "$hypr, L, movetoworkspace, r+1" ]; + bindr = [ + "SUPER, Super_L, exec, uwsm app -- $($LAUNCHER --launch-prefix=\"uwsm app -- \")" + ]; + bindle = [ "SUPER, 6, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-" "SUPER, 7, exec, ${pkgs.playerctl}/bin/playerctl previous"