From fbfa7820897e5a396b9d4a1c2cdbee11129f998e Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 26 Apr 2021 17:40:20 +0200 Subject: [PATCH] Change sound controls to pulseaudio-control --- .xbindkeysrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc b/.xbindkeysrc index 4118e5d..f9ac2b6 100644 --- a/.xbindkeysrc +++ b/.xbindkeysrc @@ -7,11 +7,11 @@ ## Volume management # Increase volume -"amixer set 'Master' 5%+ && amixer -c 2 set 'PCM' 5%+" +"pulseaudio-control up" XF86AudioRaiseVolume # Decrease volume -"amixer set 'Master' 5%- && amixer -c 2 set 'PCM' 5%-" +"pulseaudio-control down" XF86AudioLowerVolume # Mute volume