Fix: back now goes back...
authorDylan Lloyd <dylan@dylansserver.com>
Sun, 25 Mar 2012 23:57:51 +0000 (19:57 -0400)
committerDylan Lloyd <dylan@dylansserver.com>
Sun, 25 Mar 2012 23:57:51 +0000 (19:57 -0400)
scripts/back

index e0fe90a..1a1e7a1 100755 (executable)
@@ -3,5 +3,5 @@
 if [ -n "$(pgrep pianobar)" ]
 then
   notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward "
-  mpc previous
+  mpc prev
 fi