Sv: Remove pipewire and unnecessary other services

This commit is contained in:
fanyx 2023-04-27 11:24:24 +02:00
parent fc44a98990
commit ee459b2172
7 changed files with 0 additions and 32 deletions

View File

@ -1,3 +0,0 @@
pulse.cmd = [
{ cmd = "load-module" args = "module-loopback source=alsa_input.usb-AVerMedia_Technologies__Inc._Live_Gamer_Mini_1311572102339-03.pro-input-0 sink=@DEFAULT_SINK@ adjust_time=0 latency_msec=5" }
]

View File

@ -1,5 +0,0 @@
#!/bin/sh
export DISPLAY=:0
exec 2>&1
exec picom

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec svlogd -tt .

View File

@ -1,9 +0,0 @@
#!/bin/sh
while ! pgrep '^pipewire$'; do
echo "Pipewire not running yet."
sleep 2
done
exec 2>&1
exec pipewire-pulse

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec svlogd -tt .

View File

@ -1,9 +0,0 @@
#!/bin/sh
while ! pgrep '^gdm$'; do
echo "GDM not running yet."
sleep 2
done
exec 2>&1
exec pipewire