diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-06 06:19:25 +0200 |
| commit | 9971af12d5b7967d82711217634f7725cd063769 (patch) | |
| tree | a0682bf661a527fe319181fd253502589921852c /config/openbox/audio-run | |
| parent | aac67d8bd43b8b33812c86c0f189f96d827f0068 (diff) | |
a
Diffstat (limited to 'config/openbox/audio-run')
| -rwxr-xr-x | config/openbox/audio-run | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/openbox/audio-run b/config/openbox/audio-run new file mode 100755 index 0000000..a6367bd --- /dev/null +++ b/config/openbox/audio-run @@ -0,0 +1,11 @@ +#!/bin/bash + +pkill -9 -f pipewire +pkill -9 -f pipewire-pulse +pkill -9 -f wireplumber + +sleep 1 + +daemon pipewire +daemon pipewire-pulse +urxvt -e "$HOME/.config/openbox/wireplumber" |
