feat(hyprland): replace launcher keybind with super
This commit is contained in:
parent
bfa119df31
commit
aedb6d3cf6
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue