diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 14:16:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-12 14:16:50 +0900 |
| commit | 5a0673f70387de74baa1a9a67b6061dafa261fca (patch) | |
| tree | aedbcba3219b94218603c63a4aa28f7ee0150d71 /config/hypr | |
| parent | 4db173373a8c2b08468472928eb90520cb36f9be (diff) | |
adding fallback to sound.sh
Diffstat (limited to 'config/hypr')
| -rwxr-xr-x | config/hypr/scripts/Sounds.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/scripts/Sounds.sh b/config/hypr/scripts/Sounds.sh index a749114c..e19feea4 100755 --- a/config/hypr/scripts/Sounds.sh +++ b/config/hypr/scripts/Sounds.sh @@ -67,4 +67,6 @@ if ! test -f "$sound_file"; then fi fi fi -pw-play "$sound_file"
\ No newline at end of file + +# pipewire priority, fallback pulseaudio +pw-play "$sound_file" || pa-play "$sound_file"
\ No newline at end of file |
