Sv: Remove pipewire and unnecessary other services
This commit is contained in:
parent
fc44a98990
commit
ee459b2172
|
@ -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" }
|
||||
]
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
export DISPLAY=:0
|
||||
|
||||
exec 2>&1
|
||||
exec picom
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec svlogd -tt .
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
while ! pgrep '^pipewire$'; do
|
||||
echo "Pipewire not running yet."
|
||||
sleep 2
|
||||
done
|
||||
|
||||
exec 2>&1
|
||||
exec pipewire-pulse
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec svlogd -tt .
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
while ! pgrep '^gdm$'; do
|
||||
echo "GDM not running yet."
|
||||
sleep 2
|
||||
done
|
||||
|
||||
exec 2>&1
|
||||
exec pipewire
|
Loading…
Reference in New Issue