feat(hypr): new bindings to stop media through the keyboard

This commit is contained in:
Sergio Laín 2025-02-26 14:28:24 +01:00
parent bdc81334aa
commit e7192189c0
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -174,15 +174,18 @@ bindl = , XF86AudioMicMute, exec, exec swayosd-client --input-volume mute-toggle
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = $mainMod CTRL, mouse:282, exec, playerctl play-pause # Extra Center Button
bindl = $mainMod CTRL, RETURN, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
bindl = $mainMod CTRL, mouse:275, exec, playerctl previous # Extra Back Button
bindl = $mainMod CTRL, 20, exec, playerctl previous # Minus Key
bindl = , XF86AudioNext, exec, playerctl next
bindl = $mainMod CTRL, mouse:276, exec, playerctl next # Extra Forward Button
bindl = $mainMod CTRL, 21, exec, playerctl next # Plus Key
bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10
bindle = $mainMod CTRL, 21, exec, swayosd-client --output-volume raise # Minus key
bindle = $mainMod ALT, 21, exec, swayosd-client --output-volume raise # Minus key
bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume -10
bindle = $mainMod CTRL, 20, exec, swayosd-client --output-volume lower # Plus key
bindle = $mainMod ALT, 20, exec, swayosd-client --output-volume lower # Plus key
bindle = , XF86InputRaiseVolume, exec, swayosd-client --input-volume raise
bindle = $mainMod SHIFT, 21, exec, swayosd-client --input-volume raise # Minus key