diff --git a/hyprland/.config/hypr/binding.conf b/hyprland/.config/hypr/binding.conf index 6a36f8a..4063ea3 100644 --- a/hyprland/.config/hypr/binding.conf +++ b/hyprland/.config/hypr/binding.conf @@ -2,6 +2,9 @@ bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +10% bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -10% bind = , XF86AudioMut, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle +bind = , XF86AudioPlay, exec, playerctl play-pause +bind = , XF86AudioPrev, exec, playerctl previous +bind = , XF86AudioNext, exec, playerctl next # Brightness through brightnessctl bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%