diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-26 02:01:57 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:50 +0200 |
| commit | f62b0aeaed22e061c1a26c83a9275e1ff1f5c601 (patch) | |
| tree | b9334bed11d599ab6308dd30a33a60d228413fd7 /bin | |
| parent | 8d8fb59ebacec5e2c2119bc0fae756bd63abca49 (diff) | |
bin/beep: switch back to paplay
Diffstat (limited to 'bin')
| -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}" |