1
0
Fork 0

fix pipewire autostart with script

This commit is contained in:
yuki 2025-08-17 11:01:17 -04:00
parent d108ff79fe
commit b79553df09
2 changed files with 4 additions and 0 deletions

3
scripts/pipeware-autostart.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber

View file

@ -26,6 +26,7 @@ fbpid=$!
sleep 1
{
fastcompmgr &
~/.fluxbox/scripts/pipeware-autostart.sh &
wmcpuload &
wmamixer -w &
wmusic &