From fafa5fdc27e2108fde899516de3042205ca89fc7 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Wed, 11 Feb 2026 10:29:32 -0700 Subject: [PATCH] added play, pause, prev and next commands --- hyprland/.config/hypr/binding.conf | 3 +++ 1 file changed, 3 insertions(+) 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%