From a7f08ffd1c05625618bf292114f94b46c9281096 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Sat, 21 Mar 2015 14:44:55 +0100 Subject: volume down fix --- config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/sxhkd') diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index bfcfc86..71eb048 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -207,7 +207,7 @@ super + Prior amixer -q set Master 5+ && volume -f 'V%i' > /tmp/panel-fifo super + Next - amixer -q set Master 5- && volume -f 'V%i' > "$PANEL_FIFO" + amixer -q set Master 5- && volume -f 'V%i' > /tmp/panel-fifo # # # brightness controls -- cgit v1.2.3-54-g00ecf