feat(hyprland): replace launcher keybind with super

This commit is contained in:
Mohammad Rafiq 2025-06-22 13:51:38 +08:00
parent bfa119df31
commit aedb6d3cf6
No known key found for this signature in database

View file

@ -9,7 +9,6 @@
"SUPER, return, exec, uwsm app -- $TERMINAL $MULTIPLEXER" "SUPER, return, exec, uwsm app -- $TERMINAL $MULTIPLEXER"
"SUPER, O, exec, uwsm app -- $BROWSER" "SUPER, O, exec, uwsm app -- $BROWSER"
"SUPER, Escape, exec, uwsm app -- $LOCKSCREEN" "SUPER, Escape, exec, uwsm app -- $LOCKSCREEN"
"SUPER, space, exec, uwsm app -- $($LAUNCHER --launch-prefix=\"uwsm app -- \")"
"SUPER, H, cyclenext, visible" "SUPER, H, cyclenext, visible"
"SUPER, L, cyclenext, visible prev" "SUPER, L, cyclenext, visible prev"
@ -27,6 +26,10 @@
"$hypr, L, movetoworkspace, r+1" "$hypr, L, movetoworkspace, r+1"
]; ];
bindr = [
"SUPER, Super_L, exec, uwsm app -- $($LAUNCHER --launch-prefix=\"uwsm app -- \")"
];
bindle = [ bindle = [
"SUPER, 6, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-" "SUPER, 6, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"
"SUPER, 7, exec, ${pkgs.playerctl}/bin/playerctl previous" "SUPER, 7, exec, ${pkgs.playerctl}/bin/playerctl previous"