diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-21 14:44:55 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-21 14:44:55 +0100 |
commit | a7f08ffd1c05625618bf292114f94b46c9281096 (patch) | |
tree | f3b88d1c10dea49da65a5d6bcad25e15f7592d3f /config/sxhkd/sxhkdrc | |
parent | 823581bd7c5e5904eab5884f999a39b5f9e895b4 (diff) | |
download | dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.gz dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.bz2 dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.zip |
volume down fix
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |