media key volume

This commit is contained in:
2025-06-20 21:18:18 +02:00
parent 54114535b7
commit 6a23eb6ca8

View File

@@ -148,3 +148,8 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
# Vis keybindings i en wofi menu # Vis keybindings i en wofi menu
bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh bind = $mainMod, SPACE, exec, ~/.local/bin/hypr-keys.sh
# Volume control
bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
bind = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle