From e33ffbeda714784a023b37457395a17c0d738955 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 23:46:20 -0400 Subject: [PATCH] hyprland: added binds for play previous / play next --- home/hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index 74277067..cb96463f 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -221,6 +221,8 @@ bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle bind = , xf86audioplay, exec, playerctl play-pause +bind = , xf86audioprev, exec, playerctl previous +bind = , xf86audionext, exec, playerctl next # Extra bindings for petalburg. bind = ,xf86launch4, exec, pp-adjuster