diff options
Diffstat (limited to 'bin/beep')
| -rwxr-xr-x | bin/beep | 4 |
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}" |