From 5453eb4065eb4f43862e79bee27f382d7519a915 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Thu, 13 Aug 2020 17:16:19 +0200 Subject: [PATCH] Add binding for the play-pause media key --- .xbindkeysrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.xbindkeysrc b/.xbindkeysrc index 4b9b340..7415e4b 100644 --- a/.xbindkeysrc +++ b/.xbindkeysrc @@ -18,6 +18,10 @@ "pactl set-sink-mute @DEFAULT_SINK@ toggle" XF86AudioMute +# Pause-play running players +"playerctl --all-players play-pause" + XF86AudioPlay + # Increase backlight "xbacklight -inc 10" XF86MonBrightnessUp