From 9503420e53165c8eedd58a2984de0ba957ece658 Mon Sep 17 00:00:00 2001 From: Tag Howard Date: Sun, 7 Jul 2024 09:10:14 -0400 Subject: [PATCH] Binds: add media keys to example (#705) --- pages/Configuring/Binds.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 8800068..a9e9845 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -412,4 +412,8 @@ including when the screen is locked: bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +# Requires playerctl +bindl=, XF86AudioPlay, exec, playerctl play-pause +bindl=, XF86AudioPrev, exec, playerctl previous +bindl=, XF86AudioNext, exec, playerctl next ```