summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-04-26 02:01:57 +0200
committerRobert Günzler <r@gnzler.io>2021-04-26 02:09:50 +0200
commitf62b0aeaed22e061c1a26c83a9275e1ff1f5c601 (patch)
treeb9334bed11d599ab6308dd30a33a60d228413fd7 /bin
parent8d8fb59ebacec5e2c2119bc0fae756bd63abca49 (diff)
bin/beep: switch back to paplay
Diffstat (limited to 'bin')
-rwxr-xr-xbin/beep4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/beep b/bin/beep
index b493174..4d0e16b 100755
--- a/bin/beep
+++ b/bin/beep
@@ -10,7 +10,7 @@ notify-send -a beep -u normal -i "${icon}" \
 
 tput bel &
 
-exec pw-play \
-	--media-role=event \
+exec paplay \
+	--property=media.role=event \
 	--volume="${vol}" \
 	"${snd}"