diff options
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-x | dotfiles/.local/bin/pipewire-restart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/pipewire-restart b/dotfiles/.local/bin/pipewire-restart index 29309d3..da5721c 100755 --- a/dotfiles/.local/bin/pipewire-restart +++ b/dotfiles/.local/bin/pipewire-restart @@ -1,4 +1,6 @@ #!/bin/sh killall pipewire wireplumber pipewire-pulse pipewire-jack -pipewire & wireplumber & pipewire-pulse & pipewire-jack +pipewire > ~/.cache/pw.log 2>&1 & +wireplumber > ~/.cache/wireplumber.log 2>&1 & +pipewire-pulse > ~/.cache/pw-pulse.log 2>&1 & |