From 101851dfbd59fc3680924d45bc52de5afde072f1 Mon Sep 17 00:00:00 2001 From: Dan White Date: Thu, 11 Jun 2015 12:08:40 -0500 Subject: [PATCH] timeSampler: change sound player --- timeSampler | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timeSampler b/timeSampler index 53afc60..f351c16 100755 --- a/timeSampler +++ b/timeSampler @@ -11,7 +11,8 @@ #BEEP="beep -f707 -n -f500" #BEEP="beep -f707 -n -f500 -n -f707" #BEEP="dcop knotify default notify notify Me notext KDE_Vox_Ahem.ogg nofile 1 0" -BEEP="aplay /home/dan/tmp/pop.wav" +#BEEP="aplay /home/dan/tmp/pop.wav" +BEEP="play /home/dan/tmp/pop.wav" MINUTES=6 #to give 10/hour #MAXJOBS=$((1*60/$MINUTES)) #MAXJOBS=8 -- 2.25.1