From 45b51bb89d81b442af6337db559034b1f34d2f6e Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 31 Dec 2022 23:28:53 -0800 Subject: [PATCH] :pencil2: Added volume control to sxhkd --- .config/sxhkd/sxhkdrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 6077d3c3..860678d7 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -196,3 +196,8 @@ super + q xfce4-screenshooter & super + x cpu-x +# adjust volume with super + and super - +super + Tab + pamixer --increase 5 +super + BackSpace + pamixer --decrease 5