From f62b0aeaed22e061c1a26c83a9275e1ff1f5c601 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 26 Apr 2021 02:01:57 +0200 Subject: bin/beep: switch back to paplay --- bin/beep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/beep') 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}" -- cgit 1.4.1