aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin')
-rwxr-xr-xdotfiles/.local/bin/pipewire-restart4
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 &